Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmobiclip.c333 static int setup_qtables(AVCodecContext *avctx, int64_t quantizer) in setup_qtables() function
1239 ret = setup_qtables(avctx, get_bits(gb, 6)); in mobiclip_decode()
1259 ret = setup_qtables(avctx, s->quantizer + (int64_t)get_se_golomb(gb)); in mobiclip_decode()