Searched refs:adjust_index (Results 1 – 1 of 1) sorted by relevance
266 unsigned adjust_index = get_bits(&gb, 3); in escape130_decode_frame() local267 y_avg = (y_avg + luma_adjust[adjust_index]) & 63; in escape130_decode_frame()278 unsigned adjust_index = get_bits(&gb, 3); in escape130_decode_frame() local279 cb = (cb + chroma_adjust[0][adjust_index]) & 31; in escape130_decode_frame()280 cr = (cr + chroma_adjust[1][adjust_index]) & 31; in escape130_decode_frame()