Home
last modified time | relevance | path

Searched refs:gu1_cbp_map_tables (Results 1 – 3 of 3) sorted by relevance

/external/libavc/common/
Dih264_cavlc_tables.c79 const UWORD8 gu1_cbp_map_tables[48][2]= variable
Dih264_cavlc_tables.h64 extern const UWORD8 gu1_cbp_map_tables[48][2];
/external/libavc/encoder/
Dih264e_cavlc.c1133 PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][0], error_status, "coded_block_pattern"); in ih264e_write_islice_mb_cavlc()
1443 …PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][cbptable], error_status, "coded_block_pattern"); in ih264e_write_pslice_mb_cavlc()
1774 …PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][cbptable], error_status, "coded_block_pattern"); in ih264e_write_bslice_mb_cavlc()