Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dgolomb.h79 buf = GET_CACHE(re, gb); in get_ue_golomb()
133 buf = GET_CACHE(re, gb); in get_ue_golomb_31()
176 buf = GET_CACHE(re, gb); in get_interleaved_ue_golomb()
199 buf = GET_CACHE(re, gb); in get_interleaved_ue_golomb()
267 buf = GET_CACHE(re, gb); in get_se_golomb()
279 buf = GET_CACHE(re, gb); in get_se_golomb()
331 buf = GET_CACHE(re, gb); in get_interleaved_se_golomb()
343 buf |= 1 | (GET_CACHE(re, gb) >> 8); in get_interleaved_se_golomb()
400 buf = GET_CACHE(re, gb); in get_ur_golomb()
465 buf = GET_CACHE(r in get_ur_golomb_jpegls()
[all...]
H A Dmpeg12dec.c163 if (((int32_t) GET_CACHE(re, &s->gb)) < 0) { in mpeg1_decode_block_inter()
166 if (GET_CACHE(re, &s->gb) & 0x40000000) in mpeg1_decode_block_inter()
171 if (((int32_t) GET_CACHE(re, &s->gb)) <= (int32_t) 0xBFFFFFFF) in mpeg1_decode_block_inter()
219 if (((int32_t) GET_CACHE(re, &s->gb)) <= (int32_t) 0xBFFFFFFF) in mpeg1_decode_block_inter()
251 if (((int32_t) GET_CACHE(re, &s->gb)) < 0) { in mpeg1_fast_decode_block_inter()
254 if (GET_CACHE(re, &s->gb) & 0x40000000) in mpeg1_fast_decode_block_inter()
259 if (((int32_t) GET_CACHE(re, &s->gb)) <= (int32_t) 0xBFFFFFFF) in mpeg1_fast_decode_block_inter()
308 if (((int32_t) GET_CACHE(re, &s->gb)) <= (int32_t) 0xBFFFFFFF) in mpeg1_fast_decode_block_inter()
345 if (((int32_t) GET_CACHE(re, &s->gb)) < 0) { in mpeg2_decode_block_non_intra()
347 if (GET_CACHE(r in mpeg2_decode_block_non_intra()
[all...]
H A Dmpeg12.c260 if (((int32_t)GET_CACHE(re, gb)) <= (int32_t)0xBFFFFFFF) in ff_mpeg1_decode_block_intra()
314 if (((int32_t)GET_CACHE(re, gb)) <= (int32_t)0xBFFFFFFF) in ff_mpeg1_decode_block_intra()
H A Dget_bits.h93 * GET_CACHE(name, gb)
215 #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()
H A Ddnxhddec.c400 level = GET_CACHE(bs, &row->gb); in dnxhd_decode_dct_block()
H A Dproresdec2.c437 buf = GET_CACHE(re, gb); \
H A Dmjpegdec.c838 int cache = GET_CACHE(re, &s->gb); in decode_block()
903 int cache = GET_CACHE(re, &s->gb); in decode_block_progressive()
932 val += NEG_USR32(GET_CACHE(re, &s->gb), run); in decode_block_progressive()
H A Dh264_cavlc.c415 buf=GET_CACHE(re, gb); in get_level_prefix()
H A Dmsmpeg4dec.c723 cache= GET_CACHE(re, &s->gb); in ff_msmpeg4_decode_block()
H A Daacdec_template.c1865 bits = nnz ? GET_CACHE(re, gb) : 0; in decode_spectrum_and_dequant()
1964 b = GET_CACHE(re, gb); in decode_spectrum_and_dequant()
H A Dmpeg4videodec.c1240 cache = GET_CACHE(re, &s->gb); in mpeg4_decode_block()

Completed in 25 milliseconds