Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dspeedhq.c486 static void compute_quant_matrix(int *output, int qscale) in compute_quant_matrix() function
512 compute_quant_matrix(s->quant_matrix, 100 - quality); in speedhq_decode_frame()
H A Dagm.c535 static void compute_quant_matrix(AGMContext *s, double qscale) in compute_quant_matrix() function
803 compute_quant_matrix(s, (2 * s->compression - 100) / 100.0); in decode_intra()
880 compute_quant_matrix(s, (2 * s->compression - 100) / 100.0); in decode_inter()

Completed in 4 milliseconds