/hardware/intel/common/omx-components/videocodec/libvpx_internal/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() 42 filter_x, x_step_q4, filter_y, y_step_q4, in vp9_convolve8_neon() 48 filter_x, x_step_q4, filter_y, y_step_q4, in vp9_convolve8_neon() 55 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_avg_neon() argument 60 if (x_step_q4 != 16 || y_step_q4 != 16) in vp9_convolve8_avg_neon() 64 filter_y, y_step_q4, in vp9_convolve8_avg_neon() 72 filter_x, x_step_q4, 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()
|
D | vp9_convolve8_neon.asm | 50 ; sp[]int y_step_q4 ; unused
|
D | vp9_convolve8_avg_neon.asm | 50 ; sp[]int y_step_q4 ; unused
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 125 int intermediate_height = (((h - 1) * y_step_q4 + 15) >> 4) + SUBPEL_TAPS; in convolve() 129 assert(y_step_q4 <= 80); in convolve() 138 y_filters, y0_q4, y_step_q4, w, h); in convolve() 154 const int16_t *filter_y, int y_step_q4, in vp9_convolve8_horiz_c() argument 159 (void)y_step_q4; in vp9_convolve8_horiz_c() [all …]
|
D | vp9_scale.c | 66 sf->y_step_q4 = scaled_y(16, sf); in vp9_setup_scale_factors_for_frame() 83 if (sf->y_step_q4 == 16) { in vp9_setup_scale_factors_for_frame() 101 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() 184 ys = sf->y_step_q4; in build_inter_predictors() 319 ys = sf->y_step_q4; in dec_build_inter_predictors() 361 if (subpel_y || (sf->y_step_q4 & SUBPEL_MASK)) { in dec_build_inter_predictors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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_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_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_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()
|
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_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()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp9_rtcd.h | 216 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 217 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 220 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 221 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 224 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 225 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 228 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 229 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 232 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 233 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp9_rtcd.h | 224 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 225 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 228 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 229 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 232 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 233 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 236 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 237 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 240 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 241 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp9_rtcd.h | 268 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 269 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 270 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 272 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 273 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 274 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 276 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 277 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 278 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 279 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp9_rtcd.h | 210 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 213 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 216 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 219 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 222 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 225 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 228 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 231 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp9_rtcd.h | 210 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 213 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 216 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 219 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 222 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 225 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 228 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 231 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp9_rtcd.h | 210 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 213 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 216 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 219 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 222 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 225 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 228 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 231 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
|