Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264data.h74 extern const uint8_t ff_h264_quant_rem6[QP_MAX_NUM + 1];
Dh264data.c174 const uint8_t ff_h264_quant_rem6[QP_MAX_NUM + 1] = { variable
Dh264_ps.c663 int idx = ff_h264_quant_rem6[q]; in init_dequant8_coeff_table()
689 int idx = ff_h264_quant_rem6[q]; in init_dequant4_coeff_table()
Dsvq3.c1121 int idx = ff_h264_quant_rem6[q]; in init_dequant4_coeff_table()