Lines Matching defs:zigzag_last_index
105 * @param[in] zigzag_last_index index referring to the last non zero coefficient in zigzag order
109 const int zigzag_last_index[6])
112 memcpy(s->block_last_index, zigzag_last_index, sizeof(int) * 6);
136 * @param[out] zigzag_last_index index referring to the last non zero coefficient in zigzag order
140 int zigzag_last_index[6])
146 memcpy(zigzag_last_index, s->block_last_index, sizeof(int) * 6);
213 restore_ac_coeffs(s, block, dir, st, zigzag_last_index);
800 int zigzag_last_index[6];
808 s->ac_pred = decide_ac_pred(s, block, dir, scan_table, zigzag_last_index);
856 restore_ac_coeffs(s, block, dir, scan_table, zigzag_last_index);