Searched refs:extra_shift (Results 1 – 7 of 7) sorted by relevance
114 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 …]
79 const unsigned extra_shift = UINT_BITS - num_bits; in util_compute_fast_udiv_info() local127 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()
292 extra_shift = 0302 extra_shift = (31 - (end - start)) // 8 * 8339 shift = byte_start - field_byte_start + extra_shift
293 GstClockTime extra_shift; member
288 packetizer->extra_shift = 0; in mpegts_packetizer_init()2281 res = pts + pcrtable->pcroffset + packetizer->extra_shift; in mpegts_packetizer_pts_to_ts()
1522 base->packetizer->extra_shift = 2 * GST_SECOND; in push_event()
3651 value (packetizer->extra_shift, default to 2s), to ensure that we can get valid