Searched defs:step_q4 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | convolve.h | 23 #define FUN_CONV_1D(name, offset, step_q4, dir, src_start, avg, opt) \ argument 109 #define HIGH_FUN_CONV_1D(name, offset, step_q4, dir, src_start, avg, opt) \ argument
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_frame_scale_neon.c | 427 static const int step_q4 = 16 * 4 / 3; in scale_plane_4_to_3_bilinear() local 569 static const int step_q4 = 16 * 4 / 3; in scale_plane_4_to_3_general() local
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_frame_scale_ssse3.c | 453 static const int step_q4 = 16 * 4 / 3; in scale_plane_4_to_3_general() local
|