Searched defs:im_block (Results 1 – 5 of 5) sorted by relevance
| /external/libaom/third_party/SVT-AV1/ |
| D | convolve_2d_avx2.h | 20 const int32_t subpel_x_q4, int16_t *const im_block) { in convolve_2d_sr_hor_2tap_avx2() 107 const int32_t subpel_x_q4, int16_t *const im_block) { in convolve_2d_sr_hor_4tap_ssse3() 195 const int32_t subpel_x_q4, int16_t *const im_block) { in convolve_2d_sr_hor_6tap_avx2() 283 const int32_t subpel_x_q4, int16_t *const im_block) { in convolve_2d_sr_hor_8tap_avx2() 343 const int16_t *const im_block, const int32_t w, const int32_t h, in convolve_2d_sr_ver_2tap_avx2() 483 const int16_t *const im_block, const int32_t w, const int32_t h, in convolve_2d_sr_ver_2tap_half_avx2() 612 const int16_t *const im_block, const int32_t w, const int32_t h, in convolve_2d_sr_ver_4tap_avx2() 770 const int16_t *const im_block, const int32_t w, const int32_t h, in convolve_2d_sr_ver_6tap_avx2() 952 const int16_t *const im_block, const int32_t w, const int32_t h, in convolve_2d_sr_ver_8tap_avx2()
|
| /external/libaom/av1/common/ |
| D | convolve.c | 82 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_convolve_2d_sr_c() local 184 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_dist_wtd_convolve_2d_c() local 378 int16_t im_block[(2 * MAX_SB_SIZE + MAX_FILTER_TAP) * MAX_SB_SIZE]; in av1_convolve_2d_scale_c() local 623 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_highbd_convolve_2d_sr_c() local 676 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_highbd_dist_wtd_convolve_2d_c() local 877 int16_t im_block[(2 * MAX_SB_SIZE + MAX_FILTER_TAP) * MAX_SB_SIZE]; in av1_highbd_convolve_2d_scale_c() local
|
| /external/libaom/av1/common/arm/ |
| D | jnt_convolve_neon.c | 287 const uint8_t *src, int src_stride, int16_t *im_block, const int im_stride, in dist_wtd_convolve_2d_horiz_neon() 378 const uint8_t *src, int src_stride, int16_t *im_block, const int im_stride, in dist_wtd_convolve_2d_horiz_neon() 474 const uint8_t *src, int src_stride, int16_t *im_block, const int im_stride, in dist_wtd_convolve_2d_horiz_neon()
|
| D | convolve_neon.c | 2118 const uint8_t *src, int src_stride, int16_t *im_block, int im_stride, int w, in av1_convolve_2d_sr_horiz_neon() 2270 const uint8_t *src, int src_stride, int16_t *im_block, int im_stride, int w, in av1_convolve_2d_sr_horiz_neon() 2519 const uint8_t *src, int src_stride, int16_t *im_block, int im_stride, int w, in av1_convolve_2d_sr_horiz_neon()
|
| /external/libaom/aom_dsp/flow_estimation/ |
| D | disflow.c | 274 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in convolve_2d_sobel_y() local
|