Home
last modified time | relevance | path

Searched refs:tmp_ref (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/processing/src/vaacalc/
Dvaacalcfuncs.cpp40 const uint8_t* tmp_ref = pRefData; in VAACalcSadSsd_c() local
62 tmp_ref_row = tmp_ref; in VAACalcSadSsd_c()
82 tmp_ref_row = tmp_ref + 8; in VAACalcSadSsd_c()
102 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadSsd_c()
122 tmp_ref_row = tmp_ref + pic_stride_x8 + 8; in VAACalcSadSsd_c()
141 tmp_ref += 16; in VAACalcSadSsd_c()
145 tmp_ref += step; in VAACalcSadSsd_c()
152 const uint8_t* tmp_ref = pRefData; in VAACalcSadVar_c() local
173 tmp_ref_row = tmp_ref; in VAACalcSadVar_c()
191 tmp_ref_row = tmp_ref + 8; in VAACalcSadVar_c()
[all …]
/third_party/openh264/test/processing/
DProcessUT_VaaCalc.cpp14 const uint8_t* tmp_ref = pRefData; in VAACalcSadSsd_ref() local
36 tmp_ref_row = tmp_ref; in VAACalcSadSsd_ref()
56 tmp_ref_row = tmp_ref + 8; in VAACalcSadSsd_ref()
76 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadSsd_ref()
96 tmp_ref_row = tmp_ref + pic_stride_x8 + 8; in VAACalcSadSsd_ref()
115 tmp_ref += 16; in VAACalcSadSsd_ref()
119 tmp_ref += step; in VAACalcSadSsd_ref()
126 const uint8_t* tmp_ref = pRefData; in VAACalcSadVar_ref() local
147 tmp_ref_row = tmp_ref; in VAACalcSadVar_ref()
165 tmp_ref_row = tmp_ref + 8; in VAACalcSadVar_ref()
[all …]
/third_party/openh264/codec/processing/src/loongarch/
Dvaa_lsx.c50 const uint8_t* tmp_ref = pRefData; in VAACalcSadBgd_lsx() local
78 tmp_ref_row = tmp_ref; in VAACalcSadBgd_lsx()
115 tmp_ref_row = tmp_ref + 8; in VAACalcSadBgd_lsx()
153 tmp_ref_row = tmp_ref + pic_stride_x8; in VAACalcSadBgd_lsx()
191 tmp_ref_row = tmp_ref + pic_stride_x8 + 8; in VAACalcSadBgd_lsx()
227 tmp_ref += 16; in VAACalcSadBgd_lsx()
231 tmp_ref += step; in VAACalcSadBgd_lsx()
/third_party/ffmpeg/libavutil/
Dhwcontext.c651 AVBufferRef *dst_ref = NULL, *tmp_ref; in av_hwdevice_ctx_create_derived_opts() local
655 tmp_ref = src_ref; in av_hwdevice_ctx_create_derived_opts()
656 while (tmp_ref) { in av_hwdevice_ctx_create_derived_opts()
657 tmp_ctx = (AVHWDeviceContext*)tmp_ref->data; in av_hwdevice_ctx_create_derived_opts()
659 dst_ref = av_buffer_ref(tmp_ref); in av_hwdevice_ctx_create_derived_opts()
666 tmp_ref = tmp_ctx->internal->source_device; in av_hwdevice_ctx_create_derived_opts()
676 tmp_ref = src_ref; in av_hwdevice_ctx_create_derived_opts()
677 while (tmp_ref) { in av_hwdevice_ctx_create_derived_opts()
678 tmp_ctx = (AVHWDeviceContext*)tmp_ref->data; in av_hwdevice_ctx_create_derived_opts()
698 tmp_ref = tmp_ctx->internal->source_device; in av_hwdevice_ctx_create_derived_opts()