Searched refs:tmp_cur_row (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/processing/src/vaacalc/ |
D | vaacalcfuncs.cpp | 53 const uint8_t* tmp_cur_row; in VAACalcSadSsd_c() local 61 tmp_cur_row = tmp_cur; in VAACalcSadSsd_c() 65 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_c() 68 l_sum += tmp_cur_row[l]; in VAACalcSadSsd_c() 69 l_sqsum += tmp_cur_row[l] * tmp_cur_row[l]; in VAACalcSadSsd_c() 71 tmp_cur_row += iPicStride; in VAACalcSadSsd_c() 81 tmp_cur_row = tmp_cur + 8; in VAACalcSadSsd_c() 85 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_c() 88 l_sum += tmp_cur_row[l]; in VAACalcSadSsd_c() 89 l_sqsum += tmp_cur_row[l] * tmp_cur_row[l]; in VAACalcSadSsd_c() [all …]
|
/third_party/openh264/test/processing/ |
D | ProcessUT_VaaCalc.cpp | 27 const uint8_t* tmp_cur_row; in VAACalcSadSsd_ref() local 35 tmp_cur_row = tmp_cur; in VAACalcSadSsd_ref() 39 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_ref() 42 l_sum += tmp_cur_row[l]; in VAACalcSadSsd_ref() 43 l_sqsum += tmp_cur_row[l] * tmp_cur_row[l]; in VAACalcSadSsd_ref() 45 tmp_cur_row += iPicStride; in VAACalcSadSsd_ref() 55 tmp_cur_row = tmp_cur + 8; in VAACalcSadSsd_ref() 59 int32_t diff = WELS_ABS (tmp_cur_row[l] - tmp_ref_row[l]); in VAACalcSadSsd_ref() 62 l_sum += tmp_cur_row[l]; in VAACalcSadSsd_ref() 63 l_sqsum += tmp_cur_row[l] * tmp_cur_row[l]; in VAACalcSadSsd_ref() [all …]
|
/third_party/openh264/codec/processing/src/loongarch/ |
D | vaa_lsx.c | 63 const uint8_t* tmp_cur_row; in VAACalcSadBgd_lsx() local 77 tmp_cur_row = tmp_cur; in VAACalcSadBgd_lsx() 80 DUP2_ARG2(__lsx_vld, tmp_cur_row, 0, tmp_ref_row, 0, cur, ref); in VAACalcSadBgd_lsx() 88 tmp_cur_row += iPicStride; in VAACalcSadBgd_lsx() 114 tmp_cur_row = tmp_cur + 8; in VAACalcSadBgd_lsx() 118 DUP2_ARG2(__lsx_vld, tmp_cur_row, 0, tmp_ref_row, 0, cur, ref); in VAACalcSadBgd_lsx() 126 tmp_cur_row += iPicStride; in VAACalcSadBgd_lsx() 152 tmp_cur_row = tmp_cur + pic_stride_x8; in VAACalcSadBgd_lsx() 156 DUP2_ARG2(__lsx_vld, tmp_cur_row, 0, tmp_ref_row, 0, cur, ref); in VAACalcSadBgd_lsx() 164 tmp_cur_row += iPicStride; in VAACalcSadBgd_lsx() [all …]
|