Searched refs:ih264e_put_bits (Results 1 – 4 of 4) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_bitstream.c | 140 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()
|
D | ih264e_bitstream.h | 171 ih264e_put_bits(ps_bitstrm, (UWORD32)((1 << len) - 1), len); \ 311 IH264E_ERROR_T ih264e_put_bits
|
D | ih264e_encode_header.h | 54 ret_val |= ih264e_put_bits((ps_bitstrm), (code_val), (code_len))
|
D | ih264e_cavlc.c | 308 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()
|