Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbink.c502 #define DC_START_BITS 11 macro
1078 if ((ret = read_dcs(c->avctx, gb, &c->bundle[BINK_SRC_INTRA_DC], DC_START_BITS, 0)) < 0) in bink_decode_plane()
1080 if ((ret = read_dcs(c->avctx, gb, &c->bundle[BINK_SRC_INTER_DC], DC_START_BITS, 1)) < 0) in bink_decode_plane()

Completed in 3 milliseconds