Searched refs:dct_tokens (Results 1 – 1 of 1) sorted by relevance
253 int16_t *dct_tokens[3][64]; member1191 int16_t *dct_tokens = s->dct_tokens[plane][coeff_index]; in unpack_vlcs() local1216 dct_tokens[j++] = blocks_ended << 2; in unpack_vlcs()1230 dct_tokens[j++] = TOKEN_EOB(num_coeffs - coeff_i); in unpack_vlcs()1235 dct_tokens[j++] = TOKEN_EOB(eob_run); in unpack_vlcs()1244 dct_tokens[j++] = TOKEN_ZERO_RUN(coeff, zero_run); in unpack_vlcs()1253 dct_tokens[j++] = TOKEN_COEFF(coeff); in unpack_vlcs()1285 s->dct_tokens[plane + 1][coeff_index] = dct_tokens + j; in unpack_vlcs()1287 s->dct_tokens[0][coeff_index + 1] = dct_tokens + j; in unpack_vlcs()1311 s->dct_tokens[0][0] = s->dct_tokens_base; in unpack_dct_coeffs()[all …]