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

  /external/libhevc/decoder/
ihevcd_parse_residual.c 452 WORD32 num_coeff; local
549 num_coeff = 0;
558 num_coeff = 1;
613 num_coeff += significant_coeff_flag;
627 num_coeff++;
637 if(0 == num_coeff)
756 IHEVCD_CABAC_DECODE_BYPASS_BINS(value, ps_cabac, ps_bitstrm, num_coeff);
758 u4_coeff_sign_map = value << (32 - num_coeff);
762 IHEVCD_CABAC_DECODE_BYPASS_BINS(value, ps_cabac, ps_bitstrm, (num_coeff - 1));
764 u4_coeff_sign_map = value << (32 - (num_coeff - 1))
    [all...]
  /external/libavc/decoder/
ih264d_process_intra_mb.c 166 WORD32 num_coeff = 0; local
178 num_coeff++;
181 if((num_coeff == 1) && (idx == 0))
652 WORD32 num_coeff = 0; local
668 num_coeff++;
681 num_coeff++;
684 if((num_coeff == 1) && (idx == 0))
    [all...]

Completed in 139 milliseconds