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