Home
last modified time | relevance | path

Searched refs:dst2mp (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Ddecomb.c388 uint8_t * dst2mp = pv->eedi_full[DST2MPF]->plane[plane].data; in eedi2_interpolate_plane() local
423 eedi2_filter_dir_map_2x( msk2p, pitch, tmp2p, pitch, dst2mp, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
424 eedi2_expand_dir_map_2x( msk2p, pitch, dst2mp, pitch, tmp2p, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
425 eedi2_fill_gaps_2x( msk2p, pitch, tmp2p, pitch, dst2mp, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
426 eedi2_fill_gaps_2x( msk2p, pitch, dst2mp, pitch, tmp2p, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
436 … eedi2_filter_dir_map_2x( msk2p, pitch, tmp2p, pitch, dst2mp, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
437 … eedi2_expand_dir_map_2x( msk2p, pitch, dst2mp, pitch, tmp2p, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()