Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddvdata.h26 extern const uint8_t ff_dv_quant_shifts[22][4];
H A Ddvdata.c45 const uint8_t ff_dv_quant_shifts[22][4] = { variable
H A Ddvdec.c228 *factor1 = iweight1[i] << (ff_dv_quant_shifts[s][c] + 1); in dv_init_weight_tables()
H A Ddvenc.c776 if (b->area_q[a] != ff_dv_quant_shifts[qnos[i] + ff_dv_quant_offset[b->cno]][a]) { in dv_guess_qnos()

Completed in 5 milliseconds