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.c1654 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()
1809 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
1855 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
1880 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
1892 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cabac()
1917 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.c981 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cavlc()
1133 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cavlc()
1144 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_islice_mb_cavlc()
1207 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1243 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1429 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1440 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_pslice_mb_cavlc()
1505 bitstream_start_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_bslice_mb_cavlc()
1540 bitstream_end_offset = GET_NUM_BITS(ps_bitstream); in ih264e_write_bslice_mb_cavlc()
1751 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.c449 bitstream_start_offset = GET_NUM_BITS(ps_bitstrm); in ih264e_entropy()
535 bitstream_end_offset = GET_NUM_BITS(ps_bitstrm); in ih264e_entropy()