Home
last modified time | relevance | path

Searched refs:GET_NUM_BITS (Results 1 – 4 of 4) sorted by relevance

/external/libavc/encoder/
Dih264e_cabac_encode.c1653 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1691 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1713 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1725 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cabac()
1807 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
1854 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
1879 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
1891 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
1918 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
1957 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
[all …]
Dih264e_cavlc.c982 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cavlc()
1143 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cavlc()
1154 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cavlc()
1218 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1255 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1453 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1464 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1530 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_bslice_mb_cavlc()
1566 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_bslice_mb_cavlc()
1784 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_bslice_mb_cavlc()
[all …]
Dih264e_bitstream.h157 #define GET_NUM_BITS(ps_bitstream) ((ps_bitstream->u4_strm_buf_offset << 3) \ macro
Dih264e_process.c450 bitstream_start_offset = GET_NUM_BITS(ps_bitstrm); in ih264e_entropy()
536 bitstream_end_offset = GET_NUM_BITS(ps_bitstrm); in ih264e_entropy()