Home
last modified time | relevance | path

Searched refs:ff_hq_quants (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhq_hqa.h54 extern const int32_t * const ff_hq_quants[16][2][4];
Dhq_hqa.c72 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()
Dhq_hqadata.c1126 const int32_t *const ff_hq_quants[NUM_HQ_QUANTS][2][4] = { variable