Searched refs:luma_adjust (Results 1 – 1 of 1) sorted by relevance
102 static const int8_t luma_adjust[] = { -4, -3, -2, -1, 1, 2, 3, 4 }; variable267 y_avg = (y_avg + luma_adjust[adjust_index]) & 63; in escape130_decode_frame()