Searched defs:filter_x (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_convolve_neon.c | 17 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_neon() 56 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_avg_neon()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_convolve.c | 161 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_horiz_c() 176 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_avg_horiz_c() 191 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_vert_c() 206 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_avg_vert_c() 221 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_c() 237 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_avg_c() 252 const int16_t *filter_x, int filter_x_stride, in vp9_convolve_copy_c() 269 const int16_t *filter_x, int filter_x_stride, in vp9_convolve_avg_c()
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_convolve8_avg_dspr2.c | 349 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_avg_vert_dspr2() 412 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_avg_dspr2() 447 const int16_t *filter_x, int filter_x_stride, in vp9_convolve_avg_dspr2()
|
D | vp9_convolve2_avg_dspr2.c | 235 const int16_t *filter_x, int x_step_q4, in vp9_convolve2_avg_vert_dspr2()
|
D | vp9_convolve2_vert_dspr2.c | 220 const int16_t *filter_x, int x_step_q4, in vp9_convolve2_vert_dspr2()
|
D | vp9_convolve8_vert_dspr2.c | 335 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_vert_dspr2()
|
D | vp9_convolve8_dspr2.c | 950 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_dspr2() 1075 const int16_t *filter_x, int filter_x_stride, in vp9_convolve_copy_dspr2()
|
D | vp9_convolve2_horiz_dspr2.c | 648 const int16_t *filter_x, int x_step_q4, in vp9_convolve2_horiz_dspr2()
|
D | vp9_convolve2_avg_horiz_dspr2.c | 770 const int16_t *filter_x, int x_step_q4, in vp9_convolve2_avg_horiz_dspr2()
|
D | vp9_convolve8_horiz_dspr2.c | 843 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_horiz_dspr2()
|
D | vp9_convolve8_avg_horiz_dspr2.c | 959 const int16_t *filter_x, int x_step_q4, in vp9_convolve8_avg_horiz_dspr2()
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 351 for (int filter_x = 0; filter_x < kNumFilters; ++filter_x) { in TEST_P() local 409 for (int filter_x = 0; filter_x < kNumFilters; ++filter_x) { in TEST_P() local
|
/external/skia/src/opts/ |
D | SkBitmapProcState_arm_neon.cpp | 426 for (int filter_x = 0; filter_x < (filterLength >> 2); filter_x++) { in convolve4RowsHorizontally_neon() local
|