Home
last modified time | relevance | path

Searched refs:extra_shift (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsimple_idct_template.c114 static inline void FUNC(idctRowCondDC_extrashift)(int16_t *row, int extra_shift)
116 static inline void FUNC6(idctRowCondDC)(idctin *row, int extra_shift)
127 if (DC_SHIFT - extra_shift >= 0) {
128 temp = (row[0] * (1 << (DC_SHIFT - extra_shift))) & 0xffff;
130 … temp = ((row[0] + (1<<(extra_shift - DC_SHIFT-1))) >> (extra_shift - DC_SHIFT)) & 0xffff;
144 if (DC_SHIFT - extra_shift >= 0) {
145 temp = (row[0] * (1 << (DC_SHIFT - extra_shift))) & 0xffff;
147 … temp = ((row[0] + (1<<(extra_shift - DC_SHIFT-1))) >> (extra_shift - DC_SHIFT)) & 0xffff;
159 a0 = ((SUINT)W4 * row[0]) + (1 << (ROW_SHIFT + extra_shift - 1));
201 row[0] = (int)(a0 + b0) >> (ROW_SHIFT + extra_shift);
[all …]
/third_party/mesa3d/src/util/
Dfast_idiv_by_const.c79 const unsigned extra_shift = UINT_BITS - num_bits; in util_compute_fast_udiv_info() local
127 if ((exponent + extra_shift >= ceil_log_2_D) || in util_compute_fast_udiv_info()
128 (D - remainder) <= ((uint64_t)1 << (exponent + extra_shift))) in util_compute_fast_udiv_info()
135 remainder <= ((uint64_t)1 << (exponent + extra_shift))) { in util_compute_fast_udiv_info()
/third_party/mesa3d/src/broadcom/cle/
Dgen_pack_header.py292 extra_shift = 0
302 extra_shift = (31 - (end - start)) // 8 * 8
339 shift = byte_start - field_byte_start + extra_shift
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtspacketizer.h293 GstClockTime extra_shift; member
Dmpegtspacketizer.c288 packetizer->extra_shift = 0; in mpegts_packetizer_init()
2281 res = pts + pcrtable->pcroffset + packetizer->extra_shift; in mpegts_packetizer_pts_to_ts()
Dtsdemux.c1522 base->packetizer->extra_shift = 2 * GST_SECOND; in push_event()
/third_party/gstreamer/gstplugins_bad/
DChangeLog3651 value (packetizer->extra_shift, default to 2s), to ensure that we can get valid