Searched refs:ff_mpeg4_dc_threshold (Results 1 – 3 of 3) sorted by relevance
370 const uint8_t ff_mpeg4_dc_threshold[8]={ variable
148 extern const uint8_t ff_mpeg4_dc_threshold[8];
3001 ctx->intra_dc_threshold = ff_mpeg4_dc_threshold[get_bits(gb, 3)]; in decode_vop_header()