Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_residual.c452 WORD32 num_coeff; in ihevcd_parse_residual_coding() local
549 num_coeff = 0; in ihevcd_parse_residual_coding()
558 num_coeff = 1; in ihevcd_parse_residual_coding()
613 num_coeff += significant_coeff_flag; in ihevcd_parse_residual_coding()
627 num_coeff++; in ihevcd_parse_residual_coding()
637 if(0 == num_coeff) in ihevcd_parse_residual_coding()
756 IHEVCD_CABAC_DECODE_BYPASS_BINS(value, ps_cabac, ps_bitstrm, num_coeff); in ihevcd_parse_residual_coding()
758 u4_coeff_sign_map = value << (32 - num_coeff); in ihevcd_parse_residual_coding()
762 IHEVCD_CABAC_DECODE_BYPASS_BINS(value, ps_cabac, ps_bitstrm, (num_coeff - 1)); in ihevcd_parse_residual_coding()
764 u4_coeff_sign_map = value << (32 - (num_coeff - 1)); in ihevcd_parse_residual_coding()
[all …]
/external/libavc/decoder/
Dih264d_process_intra_mb.c166 WORD32 num_coeff = 0; in ih264d_unpack_coeff4x4_4x4blk() local
178 num_coeff++; in ih264d_unpack_coeff4x4_4x4blk()
181 if((num_coeff == 1) && (idx == 0)) in ih264d_unpack_coeff4x4_4x4blk()
652 WORD32 num_coeff = 0; in ih264d_unpack_luma_coeff8x8_mb() local
668 num_coeff++; in ih264d_unpack_luma_coeff8x8_mb()
681 num_coeff++; in ih264d_unpack_luma_coeff8x8_mb()
684 if((num_coeff == 1) && (idx == 0)) in ih264d_unpack_luma_coeff8x8_mb()