Home | History | Annotate | Download | only in decoder

Lines Matching refs:num_bits

536     WORD32 num_bits;
578 num_bits = ps_sps->i1_pcm_sample_bit_depth_luma;
583 BITS_PARSE("pcm_sample_luma", value, ps_bitstrm, num_bits);
586 *pu1_coeff_data++ = value << (BIT_DEPTH_LUMA - num_bits);
589 num_bits = ps_sps->i1_pcm_sample_bit_depth_chroma;
594 BITS_PARSE("pcm_sample_chroma", value, ps_bitstrm, num_bits);
597 *pu1_coeff_data++ = value << (BIT_DEPTH_CHROMA - num_bits);