Searched refs:tmp_ref_row (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/processing/src/vaacalc/ |
D | vaacalcfuncs.cpp | 54 const uint8_t* tmp_ref_row; in VAACalcSadSsd_c() local 62 tmp_ref_row = tmp_ref; in VAACalcSadSsd_c() 65 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_c() 72 tmp_ref_row += iPicStride; in VAACalcSadSsd_c() 82 tmp_ref_row = tmp_ref + 8; in VAACalcSadSsd_c() 85 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_c() 92 tmp_ref_row += iPicStride; in VAACalcSadSsd_c() 102 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadSsd_c() 105 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_c() 112 tmp_ref_row += iPicStride; in VAACalcSadSsd_c() [all …]
|
/third_party/openh264/test/processing/ |
D | ProcessUT_VaaCalc.cpp | 28 const uint8_t* tmp_ref_row; in VAACalcSadSsd_ref() local 36 tmp_ref_row = tmp_ref; in VAACalcSadSsd_ref() 39 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_ref() 46 tmp_ref_row += iPicStride; in VAACalcSadSsd_ref() 56 tmp_ref_row = tmp_ref + 8; in VAACalcSadSsd_ref() 59 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_ref() 66 tmp_ref_row += iPicStride; in VAACalcSadSsd_ref() 76 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadSsd_ref() 79 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_ref() 86 tmp_ref_row += iPicStride; in VAACalcSadSsd_ref() [all …]
|
/third_party/openh264/codec/processing/src/loongarch/ |
D | vaa_lsx.c | 64 const uint8_t* tmp_ref_row; in VAACalcSadBgd_lsx() local 78 tmp_ref_row = tmp_ref; in VAACalcSadBgd_lsx() 80 DUP2_ARG2(__lsx_vld, tmp_cur_row, 0, tmp_ref_row, 0, cur, ref); in VAACalcSadBgd_lsx() 89 tmp_ref_row += iPicStride; in VAACalcSadBgd_lsx() 115 tmp_ref_row = tmp_ref + 8; in VAACalcSadBgd_lsx() 118 DUP2_ARG2(__lsx_vld, tmp_cur_row, 0, tmp_ref_row, 0, cur, ref); in VAACalcSadBgd_lsx() 127 tmp_ref_row += iPicStride; in VAACalcSadBgd_lsx() 153 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadBgd_lsx() 156 DUP2_ARG2(__lsx_vld, tmp_cur_row, 0, tmp_ref_row, 0, cur, ref); in VAACalcSadBgd_lsx() 165 tmp_ref_row += iPicStride; in VAACalcSadBgd_lsx() [all …]
|