Lines Matching refs:READ_BITS
162 READ_BITS(p_bitctx, 1, &cur_nal->forbidden_bit); in parser_nalu_header()
167 READ_BITS(p_bitctx, 2, ptmp); //!< nal_ref_idc in parser_nalu_header()
169 READ_BITS(p_bitctx, 5, ptmp); //!< nalu_type in parser_nalu_header()
180 READ_BITS(p_bitctx, 6, &currSlice->svcExt.priority_id); in parser_nalu_header()
182 READ_BITS(p_bitctx, 3, &currSlice->svcExt.dependency_id); in parser_nalu_header()
183 READ_BITS(p_bitctx, 4, &currSlice->svcExt.quality_id); in parser_nalu_header()
184 READ_BITS(p_bitctx, 3, &currSlice->svcExt.temporal_id); in parser_nalu_header()
197 READ_BITS(p_bitctx, 6, &currSlice->mvcExt.priority_id); in parser_nalu_header()
198 READ_BITS(p_bitctx, 10, &currSlice->mvcExt.view_id); in parser_nalu_header()
199 READ_BITS(p_bitctx, 3, &currSlice->mvcExt.temporal_id); in parser_nalu_header()
486 READ_BITS(p_bitctx, 1, &forbidden_bit); in judge_is_new_frame()
488 READ_BITS(p_bitctx, 2, &nal_reference_idc); in judge_is_new_frame()
489 READ_BITS(p_bitctx, 5, &p_strm->nalu_type); in judge_is_new_frame()