Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264data.h76 extern const uint8_t ff_h264_quant_div6[QP_MAX_NUM + 1];
Dh264data.c182 const uint8_t ff_h264_quant_div6[QP_MAX_NUM + 1] = { variable
Dh264_ps.c660 int shift = ff_h264_quant_div6[q]; in init_dequant8_coeff_table()
686 int shift = ff_h264_quant_div6[q] + 2; in init_dequant4_coeff_table()
Dsvq3.c1109 int shift = ff_h264_quant_div6[q] + 2; in init_dequant4_coeff_table()