Searched refs:bitshift (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | shorten.c | 104 int bitshift; member 175 if (s->bitshift == 32) { in fix_bitshift() 178 } else if (s->bitshift != 0) { in fix_bitshift() 180 buffer[i] *= 1U << s->bitshift; in fix_bitshift() 513 s->bitshift = 0; in read_header() 635 unsigned bitshift = get_ur_golomb_shorten(&s->gb, BITSHIFTSIZE); in shorten_decode_frame() local 636 if (bitshift > 32) { in shorten_decode_frame() 638 bitshift); in shorten_decode_frame() 641 s->bitshift = bitshift; in shorten_decode_frame() 693 coffset = s->bitshift == 0 ? coffset : coffset >> s->bitshift - 1 >> 1; in shorten_decode_frame() [all …]
|
/third_party/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator.c | 192 int32_t bitshift = (i % 16) * 2; in set_gmp_flags() local 193 gmp[i / 16] &= ~(0x3 << bitshift); in set_gmp_flags() 194 gmp[i / 16] |= flag << bitshift; in set_gmp_flags()
|
/third_party/libpng/ |
D | png.c | 3417 int bitshift = 32; 3420 while (--bitshift >= 0) 3424 if (bitshift > 0) 3425 d32 = D >> (32-bitshift), d00 = D << bitshift; 3433 s32 -= d32, s00 -= d00, result += 1<<bitshift; 3438 s32 = 0, s00 -= d00, result += 1<<bitshift;
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | png.c | 3417 int bitshift = 32; 3420 while (--bitshift >= 0) 3424 if (bitshift > 0) 3425 d32 = D >> (32-bitshift), d00 = D << bitshift; 3433 s32 -= d32, s00 -= d00, result += 1<<bitshift; 3438 s32 = 0, s00 -= d00, result += 1<<bitshift;
|
/third_party/skia/third_party/externals/libpng/ |
D | png.c | 3417 int bitshift = 32; 3420 while (--bitshift >= 0) 3424 if (bitshift > 0) 3425 d32 = D >> (32-bitshift), d00 = D << bitshift; 3433 s32 -= d32, s00 -= d00, result += 1<<bitshift; 3438 s32 = 0, s00 -= d00, result += 1<<bitshift;
|
/third_party/boost/libs/sort/doc/ |
D | pdqsort.qbk | 138 p = 1/8 is a reasonably close value and is cheap to compute on every platform using a bitshift.
|
D | spreadsort.qbk | 122 in case the `operator>>` already does something other than a bitshift.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1790 ADDR32:$bitshift, ADDR32:$negbitshift, 1794 ADDR32:$bitshift, ADDR32:$negbitshift,
|
D | SystemZInstrFormats.td | 4950 (ins bdaddr20only:$ptr, operand:$src2, ADDR32:$bitshift, 4952 [(set GR32:$dst, (operator bdaddr20only:$ptr, pat, ADDR32:$bitshift,
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 245 - llvmpipe: check bitshift against PIPE_MAX_SHADER_OUTPUTS 246 - draw: check bitshift against PIPE_MAX_SHADER_OUTPUS
|
D | 20.1.0.rst | 1296 - brw_nir: Cast bitshift to unsigned 1299 - intel/bufmgr: Cast bitshift to unsigned
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 93185 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition 93259 moved bitshift from macro to enum definition 157711 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition 157732 moved bitshift from macro to enum definition 157736 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition 157810 moved bitshift from macro to enum definition 157814 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition 157842 moved bitshift from macro to enum definition
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 121746 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition 121787 moved bitshift from macro to enum definition
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 125397 … * sys/vcd/vcdsrc.h: renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu… 233883 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition 233957 moved bitshift from macro to enum definition
|