Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cabac_encode.c740 WORD16 *pi16_coeffs; in ih264e_cabac_write_coeff4x4() local
747 pi16_coeffs = pi2_res_block; in ih264e_cabac_write_coeff4x4()
801 pi16_coeffs = pi2_res_block + u1_nnz - 1; in ih264e_cabac_write_coeff4x4()
810 u2_abs_level = ABS(*(pi16_coeffs)) - 1; in ih264e_cabac_write_coeff4x4()
858 u1_sign = ((*pi16_coeffs) < 0) ? 1 : 0; in ih264e_cabac_write_coeff4x4()
862 pi16_coeffs--; in ih264e_cabac_write_coeff4x4()