Searched refs:adjust_index (Results 1 – 2 of 2) 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()
147 adjust_index(index_type current, index_type from,151 Most of these policies are self explanatory. However, convert_index and adjust_index deserve some e…163 adjust_index takes care of the adjustment. Given a current index, the function should return the ad…221 adjust_index(index_type current, index_type from,