Searched refs:ref_stride3 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vpx_dsp/loongarch/ |
D | sad_lsx.c | 223 int32_t ref_stride3 = ref_stride2 + ref_stride; in sad_8width_x4d_lsx() local 240 ref3 = __lsx_vldx(ref0_ptr, ref_stride3); in sad_8width_x4d_lsx() 245 ref7 = __lsx_vldx(ref1_ptr, ref_stride3); in sad_8width_x4d_lsx() 250 ref11 = __lsx_vldx(ref2_ptr, ref_stride3); in sad_8width_x4d_lsx() 255 ref15 = __lsx_vldx(ref3_ptr, ref_stride3); in sad_8width_x4d_lsx() 496 int32_t ref_stride3 = ref_stride2 + ref_stride; in avgsad_32width_lsx() local 513 ref6 = __lsx_vldx(ref, ref_stride3); in avgsad_32width_lsx() 517 ref7 = __lsx_vldx(ref_tmp, ref_stride3); in avgsad_32width_lsx()
|
D | variance_lsx.c | 31 int32_t ref_stride3 = ref_stride2 + ref_stride; in sse_diff_8width_lsx() local 40 ref_ptr + ref_stride2, 0, ref_ptr + ref_stride3, 0, ref0, ref1, in sse_diff_8width_lsx()
|
/external/libaom/aom_dsp/x86/ |
D | sad_sse2.asm | 29 src_stride3, ref_stride3, n_rows 37 src_stride3, ref_stride3, n_rows 48 src_stride3, ref_stride3
|
D | highbd_sad_sse2.asm | 30 src_stride3, ref_stride3, n_rows 40 src_stride3, ref_stride3 52 src_stride3, ref_stride3, n_rows
|
/external/libvpx/vpx_dsp/x86/ |
D | sad_sse2.asm | 21 src_stride3, ref_stride3, n_rows 31 src_stride3, ref_stride3
|
D | highbd_sad_sse2.asm | 21 src_stride3, ref_stride3, n_rows 31 src_stride3, ref_stride3
|