Searched refs:i_r (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c775 uint32_t i_l, i_r, i; local in function:drmmode_lut_compose
815 /* i_l and i_r tracks the left and right elements in
820 i_r = i_l + !!(i_amax - i_l);
823 * where sample i is between i_l and i_r. We keep it
828 coeff_ibmax * (a[i_r] - a[i_l]);
859 uint32_t i_l, i_r, i; local in function:drmmode_lut_interpolate
886 i_r = i_l + !!(i_amax - i_l);
890 coeff_ibmax * (in[i_r] - in[i_l]);

Completed in 8 milliseconds