Home
last modified time | relevance | path

Searched refs:pic_stride_x8 (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/processing/src/vaacalc/
Dvaacalcfuncs.cpp45 int32_t pic_stride_x8 = iPicStride << 3; in VAACalcSadSsd_c() local
101 tmp_cur_row = tmp_cur + pic_stride_x8; in VAACalcSadSsd_c()
102 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadSsd_c()
121 tmp_cur_row = tmp_cur + pic_stride_x8 + 8; in VAACalcSadSsd_c()
122 tmp_ref_row = tmp_ref + pic_stride_x8 + 8; in VAACalcSadSsd_c()
157 int32_t pic_stride_x8 = iPicStride << 3; in VAACalcSadVar_c() local
208 tmp_cur_row = tmp_cur + pic_stride_x8; in VAACalcSadVar_c()
209 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadVar_c()
226 tmp_cur_row = tmp_cur + pic_stride_x8 + 8; in VAACalcSadVar_c()
227 tmp_ref_row = tmp_ref + pic_stride_x8 + 8; in VAACalcSadVar_c()
[all …]
/third_party/openh264/test/processing/
DProcessUT_VaaCalc.cpp19 int32_t pic_stride_x8 = iPicStride << 3; in VAACalcSadSsd_ref() local
75 tmp_cur_row = tmp_cur + pic_stride_x8; in VAACalcSadSsd_ref()
76 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadSsd_ref()
95 tmp_cur_row = tmp_cur + pic_stride_x8 + 8; in VAACalcSadSsd_ref()
96 tmp_ref_row = tmp_ref + pic_stride_x8 + 8; in VAACalcSadSsd_ref()
131 int32_t pic_stride_x8 = iPicStride << 3; in VAACalcSadVar_ref() local
182 tmp_cur_row = tmp_cur + pic_stride_x8; in VAACalcSadVar_ref()
183 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadVar_ref()
200 tmp_cur_row = tmp_cur + pic_stride_x8 + 8; in VAACalcSadVar_ref()
201 tmp_ref_row = tmp_ref + pic_stride_x8 + 8; in VAACalcSadVar_ref()
[all …]
/third_party/openh264/codec/processing/src/loongarch/
Dvaa_lsx.c55 int32_t pic_stride_x8 = iPicStride << 3; in VAACalcSadBgd_lsx() local
152 tmp_cur_row = tmp_cur + pic_stride_x8; in VAACalcSadBgd_lsx()
153 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadBgd_lsx()
190 tmp_cur_row = tmp_cur + pic_stride_x8 + 8; in VAACalcSadBgd_lsx()
191 tmp_ref_row = tmp_ref + pic_stride_x8 + 8; in VAACalcSadBgd_lsx()