Searched refs:ff_h264_dequant4_coeff_init (Results 1 – 4 of 4) sorted by relevance
72 extern const uint8_t ff_h264_dequant4_coeff_init[6][3];
152 const uint8_t ff_h264_dequant4_coeff_init[6][3] = { variable
690 ((uint32_t)ff_h264_dequant4_coeff_init[idx][(x & 1) + ((x >> 2) & 1)] * in init_dequant4_coeff_table()
1113 … ((uint32_t)ff_h264_dequant4_coeff_init[idx][(x & 1) + ((x >> 2) & 1)] * 16) << shift; in init_dequant4_coeff_table()