Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_bitstream.c140 IH264E_ERROR_T ih264e_put_bits(bitstrm_t *ps_bitstrm, in ih264e_put_bits() function
238 return(ih264e_put_bits(ps_bitstrm, u4_code_val, 1)); in ih264e_put_bit()
321 e_error = ih264e_put_bits(ps_bitstrm, u4_bit_str, (2 * u4_range - 1)); in ih264e_put_uev()
373 e_error = ih264e_put_bits(ps_bitstrm, u4_bit_str, (2 * u4_range - 1)); in ih264e_put_sev()
Dih264e_bitstream.h171 ih264e_put_bits(ps_bitstrm, (UWORD32)((1 << len) - 1), len); \
337 IH264E_ERROR_T ih264e_put_bits
Dih264e_encode_header.h55 ret_val = ih264e_put_bits((ps_bitstrm), (code_val), (code_len)); \
Dih264e_cavlc.c308 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
369 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
376 error_status = ih264e_put_bits(ps_bit_stream, u4_sign1, u4_trailing_ones); in ih264e_write_coeff4x4_cavlc()
461 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
520 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
551 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()