Home
last modified time | relevance | path

Searched refs:flt1_stride (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dpickrst_test.cc33 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, &params); in RunPixelProjErrorTest()
118 flt0_stride, flt1_, flt1_stride, xq, &params); in RunPixelProjErrorTest()
138 const int flt1_stride = MAX_DATA_BLOCK; in RunPixelProjErrorTest_ExtremeValues() local
161 flt0_, flt0_stride, flt1_, flt1_stride, xq, &params); in RunPixelProjErrorTest_ExtremeValues()
165 flt1_stride, xq, &params); 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, &params); in RunPixelProjErrorTest()
[all …]
/external/libaom/libaom/av1/encoder/
Dpickrst.c187 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/
Dpickrst_avx2.c496 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()
Dpickrst_sse4.c505 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()