Home
last modified time | relevance | path

Searched refs:width2 (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dhevcdsp_init.c175 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
180 ff_hevc_put_hevc_##name##width2##_10_##opt1(dst, src, _srcstride, height, mx, my, width); \
181 ff_hevc_put_hevc_##name##width3##_10_##opt2(dst+ width2, src+ width4, _srcstride, height, mx, my, width); \
184 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
189 ff_hevc_put_hevc_bi_##name##width2##_10_##opt1(dst, dststride, src, _srcstride, src2, \
191 ff_hevc_put_hevc_bi_##name##width3##_10_##opt2(dst+width4, dststride, src+width4, _srcstride, src2+width2,\
195 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
200 ff_hevc_put_hevc_uni_##name##width2##_10_##opt1(dst, dststride, src, _srcstride, \
206 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt2, width4) \
207 mc_rep_mix_10(name, width1, width2, width
[all...]
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c289 int* const left2, int* const width2) { in FindBlendRangeAtRow()
297 *width2 = 0; in FindBlendRangeAtRow()
313 *width2 = src_max_x - dst_max_x; in FindBlendRangeAtRow()
397 int left1, width1, left2, width2; in WebPAnimDecoderGetNext() local
399 &left2, &width2); in WebPAnimDecoderGetNext()
405 if (width2 > 0) { in WebPAnimDecoderGetNext()
408 (uint32_t*)dec->prev_frame_disposed_ + offset2, width2); in WebPAnimDecoderGetNext()
286 FindBlendRangeAtRow(const WebPIterator* const src, const WebPIterator* const dst, int canvas_y, int* const left1, int* const width1, int* const left2, int* const width2) FindBlendRangeAtRow() argument
/third_party/ffmpeg/libavcodec/
H A Dhuffyuvenc.c726 const int width2 = s->width>>1; in encode_frame() local
759 leftu = sub_left_prediction(s, s->temp[1], p->data[1], width2, 0); in encode_frame()
760 leftv = sub_left_prediction(s, s->temp[2], p->data[2], width2, 0); in encode_frame()
769 leftu = sub_left_prediction(s, s->temp[1], p->data[1] + p->linesize[1], width2, leftu); in encode_frame()
770 leftv = sub_left_prediction(s, s->temp[2], p->data[2] + p->linesize[2], width2, leftv); in encode_frame()
786 s->llvidencdsp.sub_median_pred(s->temp[1], p->data[1] + 2, p->data[1] + fake_ustride + 2, width2 - 2, &leftu, &lefttopu); in encode_frame()
787 s->llvidencdsp.sub_median_pred(s->temp[2], p->data[2] + 2, p->data[2] + fake_vstride + 2, width2 - 2, &leftv, &lefttopv); in encode_frame()
808 s->llvidencdsp.sub_median_pred(s->temp[1], udst - fake_ustride, udst, width2, &leftu, &lefttopu); in encode_frame()
809 s->llvidencdsp.sub_median_pred(s->temp[2], vdst - fake_vstride, vdst, width2, &leftv, &lefttopv); in encode_frame()
839 s->llvidencdsp.diff_bytes(s->temp[2], udst, udst - fake_ustride, width2); in encode_frame()
[all...]
H A Dhuffyuvdec.c877 const int width2 = s->width >> 1; in decode_slice() local
986 leftu = s->llviddsp.add_left_pred(p->data[1] + p->linesize[1] * y_offset + 1, s->temp[1], width2 - 1, leftu); in decode_slice()
987 leftv = s->llviddsp.add_left_pred(p->data[2] + p->linesize[2] * y_offset + 1, s->temp[2], width2 - 1, leftv); in decode_slice()
1019 leftu = s->llviddsp.add_left_pred(udst, s->temp[1], width2, leftu); in decode_slice()
1020 leftv = s->llviddsp.add_left_pred(vdst, s->temp[2], width2, leftv); in decode_slice()
1026 s->llviddsp.add_bytes(udst, udst - fake_ustride, width2); in decode_slice()
1027 s->llviddsp.add_bytes(vdst, vdst - fake_vstride, width2); in decode_slice()
1041 leftu = s->llviddsp.add_left_pred(p->data[1] + 1, s->temp[1], width2 - 1, leftu); in decode_slice()
1042 leftv = s->llviddsp.add_left_pred(p->data[2] + 1, s->temp[2], width2 - 1, leftv); in decode_slice()
1055 leftu = s->llviddsp.add_left_pred(p->data[1] + p->linesize[2], s->temp[1], width2, left in decode_slice()
[all...]
H A Dsnow_dwt.c180 const int width2 = width >> 1; in horizontal_decompose53i() local
184 for (x = 0; x < width2; x++) { in horizontal_decompose53i()
342 const int width2 = width >> 1; in horizontal_compose53i() local
346 for (x = 0; x < width2; x++) { in horizontal_compose53i()
/third_party/python/Tools/c-analyzer/c_common/
H A Dtables.py257 ( \d+ ) # <width2>
282 label, field, align, width1, width2, fmt = m.groups()
288 elif width2:
289 width = int(width2)
/third_party/skia/tests/
H A DFontHostTest.cpp257 SkScalar width2 = font.measureText(txt, textLen, SkTextEncoding::kUTF8, &bounds); in test_advances() local
260 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2)); in test_advances()
262 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py1385 def formatBitData(self, pos, width1, width2=0):
1397 for width in width1, width2:
1398 #skip empty width2
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp19980 for (size_t width2 = 0; width2 < widths.size(); width2++)
19984 cases.push_back(IVec4(widths[width0], widths[width1], widths[width2], widths[width3]));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp19885 for (size_t width2 = 0; width2 < widths.size(); width2++)
19889 cases.push_back(IVec4(widths[width0], widths[width1], widths[width2], widths[width3]));

Completed in 55 milliseconds