Searched refs:GET_CACHE (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | golomb.h | 81 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()
|
D | mpeg12.c | 261 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()
|
D | mpeg12dec.c | 155 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 …]
|
D | get_bits.h | 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()
|
D | dnxhddec.c | 399 level = GET_CACHE(bs, &row->gb); in dnxhd_decode_dct_block()
|
D | proresdec2.c | 411 buf = GET_CACHE(re, gb); \
|
D | msmpeg4dec.c | 719 cache= GET_CACHE(re, &s->gb); in ff_msmpeg4_decode_block()
|
D | mjpegdec.c | 828 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()
|
D | h264_cavlc.c | 417 buf=GET_CACHE(re, gb); in get_level_prefix()
|
D | aacdec_template.c | 1850 bits = nnz ? GET_CACHE(re, gb) : 0; in decode_spectrum_and_dequant() 1949 b = GET_CACHE(re, gb); in decode_spectrum_and_dequant()
|
D | mpeg4videodec.c | 1168 cache = GET_CACHE(re, &s->gb); in mpeg4_decode_block()
|