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
257 return(ih264e_put_bits(ps_bitstrm, u4_code_val, 1)); in ih264e_put_bit()
358 e_error = ih264e_put_bits(ps_bitstrm, u4_bit_str, (2 * u4_range - 1)); in ih264e_put_uev()
410 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); \
311 IH264E_ERROR_T ih264e_put_bits
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()
Dih264e_encode_header.h54 ret_val |= ih264e_put_bits((ps_bitstrm), (code_val), (code_len))