Home
last modified time | relevance | path

Searched refs:GET_CACHE (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dgolomb.h81 buf = GET_CACHE(re, gb); in get_ue_golomb()
135 buf = GET_CACHE(re, gb); in get_ue_golomb_31()
178 buf = GET_CACHE(re, gb); in get_interleaved_ue_golomb()
201 buf = GET_CACHE(re, gb); in get_interleaved_ue_golomb()
269 buf = GET_CACHE(re, gb); in get_se_golomb()
281 buf = GET_CACHE(re, gb); in get_se_golomb()
333 buf = GET_CACHE(re, gb); in get_interleaved_se_golomb()
345 buf |= 1 | (GET_CACHE(re, gb) >> 8); in get_interleaved_se_golomb()
402 buf = GET_CACHE(re, gb); in get_ur_golomb()
467 buf = GET_CACHE(re, gb); in get_ur_golomb_jpegls()
Dmpeg12.c261 if (((int32_t)GET_CACHE(re, gb)) <= (int32_t)0xBFFFFFFF) in ff_mpeg1_decode_block_intra()
315 if (((int32_t)GET_CACHE(re, gb)) <= (int32_t)0xBFFFFFFF) in ff_mpeg1_decode_block_intra()
Dmpeg12dec.c155 if (((int32_t) GET_CACHE(re, &s->gb)) < 0) { in mpeg1_decode_block_inter()
158 if (GET_CACHE(re, &s->gb) & 0x40000000) in mpeg1_decode_block_inter()
163 if (((int32_t) GET_CACHE(re, &s->gb)) <= (int32_t) 0xBFFFFFFF) in mpeg1_decode_block_inter()
211 if (((int32_t) GET_CACHE(re, &s->gb)) <= (int32_t) 0xBFFFFFFF) in mpeg1_decode_block_inter()
243 if (((int32_t) GET_CACHE(re, &s->gb)) < 0) { in mpeg1_fast_decode_block_inter()
246 if (GET_CACHE(re, &s->gb) & 0x40000000) in mpeg1_fast_decode_block_inter()
251 if (((int32_t) GET_CACHE(re, &s->gb)) <= (int32_t) 0xBFFFFFFF) in mpeg1_fast_decode_block_inter()
300 if (((int32_t) GET_CACHE(re, &s->gb)) <= (int32_t) 0xBFFFFFFF) in mpeg1_fast_decode_block_inter()
337 if (((int32_t) GET_CACHE(re, &s->gb)) < 0) { in mpeg2_decode_block_non_intra()
339 if (GET_CACHE(re, &s->gb) & 0x40000000) in mpeg2_decode_block_non_intra()
[all …]
Dget_bits.h215 #define GET_CACHE(name, gb) ((uint32_t) name ## _cache) macro
335 cache = GET_CACHE(re, s); in get_xbits()
351 cache = GET_CACHE(re, s); in get_xbits_le()
Ddnxhddec.c399 level = GET_CACHE(bs, &row->gb); in dnxhd_decode_dct_block()
Dproresdec2.c411 buf = GET_CACHE(re, gb); \
Dmsmpeg4dec.c719 cache= GET_CACHE(re, &s->gb); in ff_msmpeg4_decode_block()
Dmjpegdec.c828 int cache = GET_CACHE(re, &s->gb); in decode_block()
893 int cache = GET_CACHE(re, &s->gb); in decode_block_progressive()
922 val += NEG_USR32(GET_CACHE(re, &s->gb), run); in decode_block_progressive()
Dh264_cavlc.c417 buf=GET_CACHE(re, gb); in get_level_prefix()
Daacdec_template.c1850 bits = nnz ? GET_CACHE(re, gb) : 0; in decode_spectrum_and_dequant()
1949 b = GET_CACHE(re, gb); in decode_spectrum_and_dequant()
Dmpeg4videodec.c1168 cache = GET_CACHE(re, &s->gb); in mpeg4_decode_block()