Searched refs:FILTER_BITS (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_resize.c | 21 #define FILTER_BITS 7 macro 269 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in interpolate() 283 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in interpolate() 294 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in interpolate() 307 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in interpolate() 326 int sum = (1 << (FILTER_BITS - 1)); in down2_symeven() 332 sum >>= FILTER_BITS; in down2_symeven() 338 int sum = (1 << (FILTER_BITS - 1)); in down2_symeven() 342 sum >>= FILTER_BITS; in down2_symeven() 347 int sum = (1 << (FILTER_BITS - 1)); in down2_symeven() [all …]
|
D | vp9_variance.c | 91 FILTER_BITS); in var_filter_block2d_bil_first_pass() 147 FILTER_BITS); in var_filter_block2d_bil_second_pass()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_convolve.c | 35 dst[x] = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in convolve_horiz() 58 clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)), 1); in convolve_avg_horiz() 81 dst[y * dst_stride] = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in convolve_vert() 105 clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)), 1); in convolve_avg_vert()
|
D | vp9_filter.h | 23 #define FILTER_BITS 7 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_convolve2_dspr2.c | 728 dst[x * dst_stride] = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in convolve_bi_horiz_transposed()
|
D | vp9_convolve8_dspr2.c | 925 dst[x * dst_stride] = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in convolve_horiz_transposed()
|