Home
last modified time | relevance | path

Searched refs:modulo_three_table (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drv34data.h53 static const uint8_t modulo_three_table[108] = { variable
Drv34.c201 t = (modulo_three_table[code] >> (6 - 2*i)) & 3; in rv34_decode_cbp()
235 int flags = modulo_three_table[code]; in decode_subblock()
253 int coeff = modulo_three_table[code] >> 6; in decode_subblock1()
260 int flags = modulo_three_table[code]; in decode_subblock3()
289 if (modulo_three_table[code] & 0x3F) { in rv34_decode_block()