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

  /external/libhevc/decoder/
ihevcd_trace.h 66 * Call ihevcd_bits_get() to read from bitstream and dumps the data to trace file
70 m_value = ihevcd_bits_get(m_ps_bitstrm, m_numbits); \
137 m_value = ihevcd_bits_get(m_ps_bitstrm, 1);
144 * Call ihevcd_bits_get() to read from bitstream
148 m_value = ihevcd_bits_get(m_ps_bitstrm, m_numbits);
165 m_value = ihevcd_bits_get(m_ps_bitstrm, 1);
ihevcd_nal.c 294 unused = ihevcd_bits_get(ps_bitstrm, 1);
297 ps_nal->i1_nal_unit_type = ihevcd_bits_get(ps_bitstrm, 6);
300 unused = ihevcd_bits_get(ps_bitstrm, 6);
303 ps_nal->i1_nuh_temporal_id = ihevcd_bits_get(ps_bitstrm, 3) - 1;
ihevcd_bitstream.h 213 UWORD32 ihevcd_bits_get(bitstrm_t *ps_bitstrm, UWORD32 u4_numbits);
ihevcd_bitstream.c 35 * - ihevcd_bits_get()
370 UWORD32 ihevcd_bits_get(bitstrm_t *ps_bitstrm, UWORD32 u4_numbits) function

Completed in 50 milliseconds