Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264data.h71 extern const uint8_t ff_h264_dequant4_coeff_init[6][3];
Dh264data.c152 const uint8_t ff_h264_dequant4_coeff_init[6][3] = { variable
Dh264_ps.c692 ((uint32_t)ff_h264_dequant4_coeff_init[idx][(x & 1) + ((x >> 2) & 1)] * in init_dequant4_coeff_table()
Dsvq3.c1124 … ((uint32_t)ff_h264_dequant4_coeff_init[idx][(x & 1) + ((x >> 2) & 1)] * 16) << shift; in init_dequant4_coeff_table()