/external/libaom/libaom/test/ |
D | pickrst_test.cc | 32 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, 83 const int flt0_stride = MAX_DATA_BLOCK; in RunPixelProjErrorTest() local 109 dgd_stride, flt0_, flt0_stride, in RunPixelProjErrorTest() 118 flt0_stride, flt1_, flt1_stride, xq, ¶ms); in RunPixelProjErrorTest() 137 const int flt0_stride = MAX_DATA_BLOCK; in RunPixelProjErrorTest_ExtremeValues() local 161 flt0_, flt0_stride, flt1_, flt1_stride, xq, ¶ms); in RunPixelProjErrorTest_ExtremeValues() 164 dgd, dgd_stride, flt0_, flt0_stride, flt1_, in RunPixelProjErrorTest_ExtremeValues() 197 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, 248 const int flt0_stride = MAX_DATA_BLOCK; in RunPixelProjErrorTest() local 274 src8, h_end, v_end, src_stride, dgd8, dgd_stride, flt0_, flt0_stride, in RunPixelProjErrorTest() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 186 int flt0_stride, int32_t *flt1, in av1_lowbd_pixel_proj_error_c() argument 207 flt0 += flt0_stride; in av1_lowbd_pixel_proj_error_c() 223 flt0 += flt0_stride; in av1_lowbd_pixel_proj_error_c() 257 int32_t *flt0, int flt0_stride, in av1_highbd_pixel_proj_error_c() argument 282 flt0 += flt0_stride; in av1_highbd_pixel_proj_error_c() 293 flt_stride = flt0_stride; in av1_highbd_pixel_proj_error_c() 331 int32_t *flt0, int flt0_stride, in get_pixel_proj_error() argument 338 dat_stride, flt0, flt0_stride, flt1, in get_pixel_proj_error() 342 dat_stride, flt0, flt0_stride, flt1, 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 | 495 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_lowbd_pixel_proj_error_avx2() argument 543 flt0 += flt0_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() 627 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_highbd_pixel_proj_error_avx2() argument 718 flt0 += flt0_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 | 504 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_lowbd_pixel_proj_error_sse4_1() argument 546 flt0 += flt0_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() 627 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_highbd_pixel_proj_error_sse4_1() argument 716 flt0 += flt0_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()
|