Searched refs:flt1_stride (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/test/ |
D | pickrst_test.cc | 33 int32_t *flt1, int flt1_stride, int xq[2], const sgr_params_type *params); 84 const int flt1_stride = MAX_DATA_BLOCK; in RunPixelProjErrorTest() local 110 flt1_, flt1_stride, xq, ¶ms); in RunPixelProjErrorTest() 118 flt0_stride, flt1_, flt1_stride, xq, ¶ms); in RunPixelProjErrorTest() 138 const int flt1_stride = MAX_DATA_BLOCK; in RunPixelProjErrorTest_ExtremeValues() local 161 flt0_, flt0_stride, flt1_, flt1_stride, xq, ¶ms); in RunPixelProjErrorTest_ExtremeValues() 165 flt1_stride, xq, ¶ms); in RunPixelProjErrorTest_ExtremeValues() 198 int32_t *flt1, int flt1_stride, int xq[2], const sgr_params_type *params); 249 const int flt1_stride = MAX_DATA_BLOCK; in RunPixelProjErrorTest() local 275 flt1_, flt1_stride, xq, ¶ms); in RunPixelProjErrorTest() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 187 int flt1_stride, int xq[2], in av1_lowbd_pixel_proj_error_c() argument 208 flt1 += flt1_stride; in av1_lowbd_pixel_proj_error_c() 238 flt1 += flt1_stride; in av1_lowbd_pixel_proj_error_c() 258 int32_t *flt1, int flt1_stride, int xq[2], in av1_highbd_pixel_proj_error_c() argument 283 flt1 += flt1_stride; in av1_highbd_pixel_proj_error_c() 297 flt_stride = flt1_stride; in av1_highbd_pixel_proj_error_c() 332 int32_t *flt1, int flt1_stride, int *xqd, in get_pixel_proj_error() argument 339 flt1_stride, xq, params); in get_pixel_proj_error() 343 flt1_stride, xq, params); in get_pixel_proj_error() 351 int flt0_stride, int32_t *flt1, int flt1_stride, int start_step, int *xqd, in finer_search_pixel_proj_error() argument [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_avx2.c | 496 int32_t *flt1, int flt1_stride, int xq[2], const sgr_params_type *params) { in av1_lowbd_pixel_proj_error_avx2() argument 544 flt1 += flt1_stride; in av1_lowbd_pixel_proj_error_avx2() 557 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_lowbd_pixel_proj_error_avx2() 628 int32_t *flt1, int flt1_stride, int xq[2], const sgr_params_type *params) { in av1_highbd_pixel_proj_error_avx2() argument 719 flt1 += flt1_stride; in av1_highbd_pixel_proj_error_avx2() 727 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_highbd_pixel_proj_error_avx2()
|
D | pickrst_sse4.c | 505 int32_t *flt1, int flt1_stride, int xq[2], const sgr_params_type *params) { in av1_lowbd_pixel_proj_error_sse4_1() argument 547 flt1 += flt1_stride; in av1_lowbd_pixel_proj_error_sse4_1() 558 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_lowbd_pixel_proj_error_sse4_1() 628 int32_t *flt1, int flt1_stride, int xq[2], const sgr_params_type *params) { in av1_highbd_pixel_proj_error_sse4_1() argument 717 flt1 += flt1_stride; in av1_highbd_pixel_proj_error_sse4_1() 725 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_highbd_pixel_proj_error_sse4_1()
|