Searched defs:i2_coeff_value (Results 1 - 4 of 4) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_itrans_recon_dc.c91 WORD16 i2_coeff_value)
100 quant_out = i2_coeff_value;
121 WORD16 i2_coeff_value)
131 quant_out = i2_coeff_value;
86 ihevcd_itrans_recon_dc_luma(UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 pred_strd, WORD32 dst_strd, WORD32 log2_trans_size, WORD16 i2_coeff_value) argument
116 ihevcd_itrans_recon_dc_chroma(UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 pred_strd, WORD32 dst_strd, WORD32 log2_trans_size, WORD16 i2_coeff_value) argument
H A Dihevcd_iquant_itrans_recon_ctb.c665 WORD16 i2_coeff_value, i2_coeff_value_v; local
843 &i2_coeff_value);
920 &i2_coeff_value);
1086 i2_coeff_value);
/external/libhevc/decoder/x86/
H A Dihevcd_it_rec_dc_sse42_intr.c48 WORD32 log2_trans_size, WORD16 i2_coeff_value)
80 quant_out = i2_coeff_value;
188 WORD32 log2_trans_size, WORD16 i2_coeff_value)
223 quant_out = i2_coeff_value;
47 ihevcd_itrans_recon_dc_luma_sse42(UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 pred_strd, WORD32 dst_strd, WORD32 log2_trans_size, WORD16 i2_coeff_value) argument
187 ihevcd_itrans_recon_dc_chroma_sse42(UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 pred_strd, WORD32 dst_strd, WORD32 log2_trans_size, WORD16 i2_coeff_value) argument
H A Dihevcd_it_rec_dc_ssse3_intr.c50 WORD32 log2_trans_size, WORD16 i2_coeff_value)
81 quant_out = i2_coeff_value;
189 WORD32 log2_trans_size, WORD16 i2_coeff_value)
223 quant_out = i2_coeff_value;
49 ihevcd_itrans_recon_dc_luma_ssse3(UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 pred_strd, WORD32 dst_strd, WORD32 log2_trans_size, WORD16 i2_coeff_value) argument
188 ihevcd_itrans_recon_dc_chroma_ssse3(UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 pred_strd, WORD32 dst_strd, WORD32 log2_trans_size, WORD16 i2_coeff_value) argument

Completed in 98 milliseconds