HomeSort by relevance Sort by last modified time
    Searched refs:COEFF2 (Results 1 - 2 of 2) sorted by null

  /external/libhevc/decoder/
ihevcd_fmt_conv.h 42 #define COEFF2 -3207
ihevcd_fmt_conv.c 153 i2_g = ((*pu1_u_src - 128) * COEFF2 + (*pu1_v_src - 128) * COEFF3) >> 13;
268 i2_g = ((*pu1_u_src - 128) * COEFF2 + (*pu1_v_src - 128) * COEFF3) >> 13;

Completed in 33 milliseconds