Searched refs:ff_hq_quants (Results 1 – 3 of 3) sorted by relevance
54 extern const int32_t * const ff_hq_quants[16][2][4];
72 q = ff_hq_quants[qsel][is_chroma][get_bits(gb, 2)]; in hq_decode_block()74 q = ff_hq_quants[qsel][is_chroma][get_bits(gb, 2)]; in hq_decode_block()
1126 const int32_t *const ff_hq_quants[NUM_HQ_QUANTS][2][4] = { variable