Home
last modified time | relevance | path

Searched refs:COEFF4 (Results 1 – 6 of 6) sorted by relevance

/external/libavc/decoder/
Dih264d_format_conv.h112 #define COEFF4 16530 macro
Dih264d_format_conv.c145 i2_b = ((*pu1_u_src - 128) * COEFF4 >> 13); in ih264d_fmt_conv_420sp_to_rgb565()
259 i2_b = ((*pu1_u_src - 128) * COEFF4 >> 13); in ih264d_fmt_conv_420sp_to_rgba8888()
/external/libhevc/decoder/
Dihevcd_fmt_conv.h44 #define COEFF4 16530 macro
Dihevcd_fmt_conv.c154 i2_b = ((*pu1_u_src - 128) * COEFF4 >> 13); in ihevcd_fmt_conv_420sp_to_rgb565()
269 i2_b = ((*pu1_u_src - 128) * COEFF4 >> 13); in ihevcd_fmt_conv_420sp_to_rgba8888()
/external/libavc/encoder/
Dih264e_fmt_conv.h44 #define COEFF4 16530 macro
Dih264e_fmt_conv.c133 i2_b = ((*pu1_u_src - 128) * COEFF4 >> 13); in ih264e_fmt_conv_420sp_to_rgb565()
246 i2_b = ((*pu1_u_src - 128) * COEFF4 >> 13); in ih264e_fmt_conv_420sp_to_rgba8888()