Searched refs:coeff_index_to_idct_selector (Results 1 – 2 of 2) sorted by relevance
207 s->modelp->coeff_index_to_idct_selector[idx] = max; in vp6_coeff_order_table_init()461 s->idct_selector[b] = model->coeff_index_to_idct_selector[FFMIN(coeff_idx, 63)]; in vp6_parse_coeff_huffman()543 s->idct_selector[b] = model->coeff_index_to_idct_selector[FFMIN(coeff_idx, 63)]; in vp6_parse_coeff()
111 uint8_t coeff_index_to_idct_selector[64]; /* used in vp6 only */ member