Home
last modified time | relevance | path

Searched refs:tmp_width (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/encoder/core/x86/
Dsample_sc.asm63 %define tmp_width esp + 0
78 mov [tmp_width], eax
114 dec dword [tmp_width]
122 mov [tmp_width], ebp
139 dec dword [tmp_width]
161 %undef tmp_width
193 %define tmp_width esp + 0
208 mov [tmp_width], eax
289 sub dword [tmp_width], 8
355 %undef tmp_width
[all …]
/third_party/skia/third_party/externals/piex/src/
Dtiff_parser.cc45 std::uint32_t tmp_width = 0; in GetFullDimension16() local
47 if (!GetFullDimension32(tiff_directory, &tmp_width, &tmp_height) || in GetFullDimension16()
48 tmp_width > std::numeric_limits<std::uint16_t>::max() || in GetFullDimension16()
52 *width = static_cast<std::uint16_t>(tmp_width); in GetFullDimension16()
Dpiex.cc367 std::uint16_t tmp_width = 0; in RafGetDimension() local
371 Get16u(stream, cfa_header_index + 6, endian, &tmp_width)) { in RafGetDimension()
372 *width = tmp_width; in RafGetDimension()
/third_party/flutter/skia/third_party/externals/piex/src/
Dtiff_parser.cc45 std::uint32_t tmp_width = 0; in GetFullDimension16() local
47 if (!GetFullDimension32(tiff_directory, &tmp_width, &tmp_height) || in GetFullDimension16()
48 tmp_width > std::numeric_limits<std::uint16_t>::max() || in GetFullDimension16()
52 *width = static_cast<std::uint16_t>(tmp_width); in GetFullDimension16()
Dpiex.cc367 std::uint16_t tmp_width = 0; in RafGetDimension() local
371 Get16u(stream, cfa_header_index + 6, endian, &tmp_width)) { in RafGetDimension()
372 *width = tmp_width; in RafGetDimension()
/third_party/ffmpeg/libswscale/
Dutils.c929 int tmp_width, tmp_height; in sws_setColorspaceDetails() local
952 tmp_width = dstW; in sws_setColorspaceDetails()
955 tmp_width = srcW; in sws_setColorspaceDetails()
960 tmp_width, tmp_height, tmp_format, 64); in sws_setColorspaceDetails()
965 tmp_width, tmp_height, tmp_format, in sws_setColorspaceDetails()
979 c->cascaded_context[1] = sws_getContext(tmp_width, tmp_height, tmp_format, in sws_setColorspaceDetails()