Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/handbrake/
H A Deedi2.h29 void eedi2_upscale_by_2( uint8_t * srcp, uint8_t * dstp, int height, int pitch );
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Ddecomb.c417 eedi2_upscale_by_2( srcp, dst2p, half_height, pitch ); in eedi2_interpolate_plane()
418 eedi2_upscale_by_2( dstp, tmp2p2, half_height, pitch ); in eedi2_interpolate_plane()
419 eedi2_upscale_by_2( mskp, msk2p, half_height, pitch ); in eedi2_interpolate_plane()
H A Deedi2.c144 void eedi2_upscale_by_2( uint8_t * srcp, uint8_t * dstp, int height, int pitch ) in eedi2_upscale_by_2() function