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

  /external/libhevc/decoder/
ihevcd_parse_headers.c 169 BITS_PARSE("luma_weight_l0_flag[ i ]", value, ps_bitstrm, 1);
179 BITS_PARSE("chroma_weight_l0_flag[ i ]", value, ps_bitstrm, 1);
248 BITS_PARSE("luma_weight_l1_flag[ i ]", value, ps_bitstrm, 1);
256 BITS_PARSE("chroma_weight_l1_flag[ i ]", value, ps_bitstrm, 1);
369 BITS_PARSE("inter_ref_pic_set_prediction_flag", value, ps_bitstrm, 1);
397 BITS_PARSE("delta_rps_sign", value, ps_bitstrm, 1);
417 BITS_PARSE("used_by_curr_pic_flag", value, ps_bitstrm, 1);
423 BITS_PARSE("use_delta_flag", value, ps_bitstrm, 1);
519 BITS_PARSE("used_by_curr_pic_s0_flag", value, ps_bitstrm, 1);
533 BITS_PARSE("used_by_curr_pic_s1_flag", value, ps_bitstrm, 1)
    [all...]
ihevcd_parse_slice_header.c 110 BITS_PARSE("list_entry_l0[ i ]", value, ps_bitstrm, 1);
164 BITS_PARSE("ref_pic_list_modification_flag_l0", value, ps_bitstrm, 1);
170 BITS_PARSE("list_entry_l0", value, ps_bitstrm, num_bits_list_entry);
179 BITS_PARSE("ref_pic_list_modification_flag_l1", value, ps_bitstrm, 1);
185 BITS_PARSE("list_entry_l1", value, ps_bitstrm, num_bits_list_entry);
245 BITS_PARSE("first_slice_in_pic_flag", first_slice_in_pic_flag, ps_bitstrm, 1);
249 BITS_PARSE("no_output_of_prior_pics_flag", no_output_of_prior_pics_flag, ps_bitstrm, 1);
320 BITS_PARSE("dependent_slice_flag", value, ps_bitstrm, 1);
353 BITS_PARSE("slice_address", value, ps_bitstrm, num_bits);
375 BITS_PARSE("slice_reserved_undetermined_flag[ i ]", value, ps_bitstrm, 1)
    [all...]
ihevcd_trace.h 68 #define BITS_PARSE(m_str, m_value, m_ps_bitstrm, m_numbits) \
147 #define BITS_PARSE(m_str, m_value, m_ps_bitstrm, m_numbits) \
ihevcd_parse_slice.c 583 BITS_PARSE("pcm_sample_luma", value, ps_bitstrm, num_bits);
594 BITS_PARSE("pcm_sample_chroma", value, ps_bitstrm, num_bits);
    [all...]

Completed in 3547 milliseconds