Home
last modified time | relevance | path

Searched refs:ff_mpeg4_dc_threshold (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg4data.h370 const uint8_t ff_mpeg4_dc_threshold[8]={ variable
Dmpeg4video.h148 extern const uint8_t ff_mpeg4_dc_threshold[8];
Dmpeg4videodec.c3001 ctx->intra_dc_threshold = ff_mpeg4_dc_threshold[get_bits(gb, 3)]; in decode_vop_header()