/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_convolve_neon.c | 18 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_neon() argument 28 if (x_step_q4 != 16 || y_step_q4 != 16) { in vp9_convolve8_neon() 32 filter_y, y_step_q4, in vp9_convolve8_neon() 44 filter_x, x_step_q4, filter_y, y_step_q4, in vp9_convolve8_neon() 50 filter_x, x_step_q4, filter_y, y_step_q4, in vp9_convolve8_neon() 57 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_avg_neon() argument 62 if (x_step_q4 != 16 || y_step_q4 != 16) { in vp9_convolve8_avg_neon() 66 filter_y, y_step_q4, in vp9_convolve8_avg_neon() 76 filter_x, x_step_q4, filter_y, y_step_q4, in vp9_convolve8_avg_neon() 80 filter_x, x_step_q4, filter_y, y_step_q4, in vp9_convolve8_avg_neon()
|
D | vp9_convolve8_neon.asm | 50 ; sp[]int y_step_q4 ; unused
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_convolve.c | 69 int y0_q4, int y_step_q4, int w, int h) { in convolve_vert() argument 82 y_q4 += y_step_q4; in convolve_vert() 92 int y0_q4, int y_step_q4, int w, int h) { in convolve_avg_vert() argument 106 y_q4 += y_step_q4; in convolve_avg_vert() 118 int y0_q4, int y_step_q4, in convolve() argument 133 int intermediate_height = (((h - 1) * y_step_q4 + 15) >> 4) + SUBPEL_TAPS; in convolve() 137 assert(y_step_q4 <= 32); in convolve() 146 y_filters, y0_q4, y_step_q4, w, h); in convolve() 162 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_horiz_c() argument 168 (void)y_step_q4; in vp9_convolve8_horiz_c() [all …]
|
D | vp9_scale.c | 58 sf->y_step_q4 = scaled_y(16, sf); in vp9_setup_scale_factors_for_frame() 75 if (sf->y_step_q4 == 16) { in vp9_setup_scale_factors_for_frame() 93 if (sf->y_step_q4 == 16) { in vp9_setup_scale_factors_for_frame()
|
D | vp9_convolve.h | 23 const int16_t *filter_y, int y_step_q4,
|
D | vp9_scale.h | 29 int y_step_q4; member
|
D | vp9_reconinter.c | 97 sf, w, h, ref, kernel, sf->x_step_q4, sf->y_step_q4); in vp9_build_inter_predictor() 213 ys = sf->y_step_q4; in build_inter_predictors() 343 ys = sf->y_step_q4; in dec_build_inter_predictors() 385 if (subpel_y || (sf->y_step_q4 & SUBPEL_MASK)) { in dec_build_inter_predictors()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_asm_stubs.c | 30 const int16_t *filter_y, int y_step_q4, \ 105 filter_x, x_step_q4, filter_y, y_step_q4, \ 114 const int16_t *filter_y, int y_step_q4, \ 118 if (x_step_q4 == 16 && y_step_q4 == 16) { \ 123 filter_x, x_step_q4, filter_y, y_step_q4, \ 127 y_step_q4, w, h); \ 131 filter_x, x_step_q4, filter_y, y_step_q4, \ 135 y_step_q4, w, h); \ 139 filter_x, x_step_q4, filter_y, y_step_q4, w, h); \ 185 FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , avx2); [all …]
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_convolve8_avg_dspr2.c | 350 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_avg_vert_dspr2() argument 356 filter_y, y_step_q4, in vp9_convolve8_avg_vert_dspr2() 362 filter_y, y_step_q4, in vp9_convolve8_avg_vert_dspr2() 365 if (16 == y_step_q4) { in vp9_convolve8_avg_vert_dspr2() 396 filter_y, y_step_q4, in vp9_convolve8_avg_vert_dspr2() 404 filter_y, y_step_q4, in vp9_convolve8_avg_vert_dspr2() 413 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_avg_dspr2() argument 417 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vp9_convolve8_avg_dspr2() 425 if (x_step_q4 != 16 || y_step_q4 != 16) in vp9_convolve8_avg_dspr2() 429 filter_y, y_step_q4, in vp9_convolve8_avg_dspr2() [all …]
|
D | vp9_common_dspr2.h | 94 const int16_t *filter_y, int y_step_q4, 100 const int16_t *filter_y, int y_step_q4, 106 const int16_t *filter_y, int y_step_q4, 117 const int16_t *filter_y, int y_step_q4,
|
D | vp9_convolve8_vert_dspr2.c | 336 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_vert_dspr2() argument 342 filter_y, y_step_q4, in vp9_convolve8_vert_dspr2() 348 filter_y, y_step_q4, in vp9_convolve8_vert_dspr2() 351 if (16 == y_step_q4) { in vp9_convolve8_vert_dspr2() 382 filter_y, y_step_q4, in vp9_convolve8_vert_dspr2() 390 filter_y, y_step_q4, in vp9_convolve8_vert_dspr2()
|
D | vp9_convolve2_avg_dspr2.c | 236 const int16_t *filter_y, int y_step_q4, in vp9_convolve2_avg_vert_dspr2() argument 238 if (16 == y_step_q4) { in vp9_convolve2_avg_vert_dspr2() 269 filter_y, y_step_q4, in vp9_convolve2_avg_vert_dspr2() 277 filter_y, y_step_q4, in vp9_convolve2_avg_vert_dspr2()
|
D | vp9_convolve2_vert_dspr2.c | 221 const int16_t *filter_y, int y_step_q4, in vp9_convolve2_vert_dspr2() argument 223 if (16 == y_step_q4) { in vp9_convolve2_vert_dspr2() 254 filter_y, y_step_q4, in vp9_convolve2_vert_dspr2() 262 filter_y, y_step_q4, in vp9_convolve2_vert_dspr2()
|
D | vp9_convolve8_horiz_dspr2.c | 844 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_horiz_dspr2() argument 850 filter_y, y_step_q4, in vp9_convolve8_horiz_dspr2() 856 filter_y, y_step_q4, in vp9_convolve8_horiz_dspr2() 910 filter_y, y_step_q4, in vp9_convolve8_horiz_dspr2() 918 filter_y, y_step_q4, in vp9_convolve8_horiz_dspr2()
|
D | vp9_convolve8_avg_horiz_dspr2.c | 960 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_avg_horiz_dspr2() argument 966 filter_y, y_step_q4, in vp9_convolve8_avg_horiz_dspr2() 972 filter_y, y_step_q4, in vp9_convolve8_avg_horiz_dspr2() 1025 filter_y, y_step_q4, in vp9_convolve8_avg_horiz_dspr2() 1033 filter_y, y_step_q4, in vp9_convolve8_avg_horiz_dspr2()
|
D | vp9_convolve8_dspr2.c | 951 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_dspr2() argument 954 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vp9_convolve8_dspr2() 967 if (x_step_q4 != 16 || y_step_q4 != 16) in vp9_convolve8_dspr2() 971 filter_y, y_step_q4, in vp9_convolve8_dspr2() 979 filter_y, y_step_q4, in vp9_convolve8_dspr2()
|
D | vp9_convolve2_avg_horiz_dspr2.c | 771 const int16_t *filter_y, int y_step_q4, in vp9_convolve2_avg_horiz_dspr2() argument 821 filter_y, y_step_q4, in vp9_convolve2_avg_horiz_dspr2() 829 filter_y, y_step_q4, in vp9_convolve2_avg_horiz_dspr2()
|
D | vp9_convolve2_horiz_dspr2.c | 649 const int16_t *filter_y, int y_step_q4, in vp9_convolve2_horiz_dspr2() argument 701 filter_y, y_step_q4, in vp9_convolve2_horiz_dspr2() 709 filter_y, y_step_q4, in vp9_convolve2_horiz_dspr2()
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 44 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 47 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 48 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 51 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 55 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 56 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 59 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 60 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 44 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 47 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 48 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 51 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 55 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 56 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 59 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 60 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 44 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 48 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 53 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 56 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 57 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 60 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 61 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 55 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 58 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 61 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 64 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 55 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 58 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 61 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 64 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 55 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 58 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 61 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 64 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 655 const int16_t *filter_y, int y_step_q4, 660 const int16_t *filter_y, int y_step_q4, 665 const int16_t *filter_y, int y_step_q4,
|