Home
last modified time | relevance | path

Searched refs:val8 (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dpesparse.c54 guint8 val8, flags; in mpegts_parse_pes_header() local
101 val8 = *data++; in mpegts_parse_pes_header()
102 if (G_UNLIKELY ((val8 & 0xc0) != 0x80)) in mpegts_parse_pes_header()
104 res->scrambling_control = (val8 >> 4) & 0x3; in mpegts_parse_pes_header()
105 res->flags = val8 & 0xf; in mpegts_parse_pes_header()
109 val8 & 0x08 ? "priority " : "", in mpegts_parse_pes_header()
110 val8 & 0x04 ? "data_alignment " : "", in mpegts_parse_pes_header()
111 val8 & 0x02 ? "copyright " : "", in mpegts_parse_pes_header()
112 val8 & 0x01 ? "original_or_copy " : "", val8 & 0x0f ? "" : "<none>"); in mpegts_parse_pes_header()
201 val8 = *data++; in mpegts_parse_pes_header()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dmpegaudiodsp_mips_float.c287 val8 , val9 , val10, val11, val12, val13, val14, val15, in ff_dct32_mips_float() local
351 [val8] "=&f" (val8), [val15] "=&f" (val15), in ff_dct32_mips_float()
439 [val8] "+&f" (val8), [val11] "+&f" (val11), in ff_dct32_mips_float()
710 [val8] "+&f" (val8), [val9] "+&f" (val9), [val10] "+&f" (val10), in ff_dct32_mips_float()
/third_party/boost/libs/multiprecision/test/
Dtest_cpp_int_lit.cpp33 constexpr int1024_t val8 = -val2; \
37 BOOST_CHECK_EQUAL(val8, -cpp_int(val1)); \
/third_party/vk-gl-cts/framework/delibs/debase/
DdeSha1.c200 const deUint8 val8 = (deUint8)(0x0fu & (val32 >> (4 * (8 - 1 - (charNdx % 8))))); in deSha1_render() local
202 if (val8 < 10) in deSha1_render()
203 buffer[charNdx] = (char)('0' + val8); in deSha1_render()
205 buffer[charNdx] = (char)('a' + val8 - 10); in deSha1_render()
/third_party/ffmpeg/libavcodec/
Ddct32_template.c132 val8 , val9 , val10, val11, val12, val13, val14, val15, in dct32() local
255 out[ 2] = val8; in dct32()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3952 float val8 ; in _wrap_wrap_WebPEncodeRGB() local
4015 ecode8 = SWIG_AsVal_float(obj6, &val8); in _wrap_wrap_WebPEncodeRGB()
4019 arg8 = (float)(val8); in _wrap_wrap_WebPEncodeRGB()
4072 float val8 ; in _wrap_wrap_WebPEncodeBGR() local
4135 ecode8 = SWIG_AsVal_float(obj6, &val8); in _wrap_wrap_WebPEncodeBGR()
4139 arg8 = (float)(val8); in _wrap_wrap_WebPEncodeBGR()
4192 float val8 ; in _wrap_wrap_WebPEncodeRGBA() local
4255 ecode8 = SWIG_AsVal_float(obj6, &val8); in _wrap_wrap_WebPEncodeRGBA()
4259 arg8 = (float)(val8); in _wrap_wrap_WebPEncodeRGBA()
4312 float val8 ; in _wrap_wrap_WebPEncodeBGRA() local
[all …]
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3989 float val8 ; in _wrap_wrap_WebPEncodeRGB() local
4052 ecode8 = SWIG_AsVal_float(obj6, &val8); in _wrap_wrap_WebPEncodeRGB()
4056 arg8 = (float)(val8); in _wrap_wrap_WebPEncodeRGB()
4109 float val8 ; in _wrap_wrap_WebPEncodeBGR() local
4172 ecode8 = SWIG_AsVal_float(obj6, &val8); in _wrap_wrap_WebPEncodeBGR()
4176 arg8 = (float)(val8); in _wrap_wrap_WebPEncodeBGR()
4229 float val8 ; in _wrap_wrap_WebPEncodeRGBA() local
4292 ecode8 = SWIG_AsVal_float(obj6, &val8); in _wrap_wrap_WebPEncodeRGBA()
4296 arg8 = (float)(val8); in _wrap_wrap_WebPEncodeRGBA()
4349 float val8 ; in _wrap_wrap_WebPEncodeBGRA() local
[all …]
/third_party/spirv-tools/test/val/
Dval_ext_inst_test.cpp3452 ss << "%val8 = OpExtInst %s32vec2 %extinst " << ext_inst_name
3560 ss << "%val8 = OpExtInst %s32vec2 %extinst " << ext_inst_name
3684 ss << "%val8 = OpExtInst %s32vec2 %extinst " << ext_inst_name
5925 ss << "%val8 = OpExtInst %u32vec2 %extinst " << ext_inst_name
5996 ss << "%val8 = OpExtInst %u32vec2 %extinst " << ext_inst_name
6107 ss << "%val8 = OpExtInst %u32vec2 %extinst " << ext_inst_name
6234 ss << "%val8 = OpExtInst %u32vec2 %extinst " << ext_inst_name
6343 ss << "%val8 = OpExtInst %u32vec2 %extinst " << ext_inst_name