Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmv30.c98 static void get_qtable(int16_t *table, int quant, const uint8_t *quant_tab) in get_qtable() function
624 get_qtable(s->intraq_tab[0], s->intra_quant, luma_tab); in decode_frame()
625 get_qtable(s->intraq_tab[1], s->intra_quant, chroma_tab); in decode_frame()
634 get_qtable(s->interq_tab[0], s->inter_quant, luma_tab); in decode_frame()
635 get_qtable(s->interq_tab[1], s->inter_quant, chroma_tab); in decode_frame()

Completed in 3 milliseconds