OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ih264e_put_bits
(Results
1 - 4
of
4
) sorted by null
/external/libavc/encoder/
ih264e_bitstream.c
34
* -
ih264e_put_bits
()
140
IH264E_ERROR_T
ih264e_put_bits
(bitstrm_t *ps_bitstrm,
function
257
return(
ih264e_put_bits
(ps_bitstrm, u4_code_val, 1));
333
* bitstream by calling
ih264e_put_bits
() interface.
358
e_error =
ih264e_put_bits
(ps_bitstrm, u4_bit_str, (2 * u4_range - 1));
370
* bitstream by calling
ih264e_put_bits
() interface.
410
e_error =
ih264e_put_bits
(ps_bitstrm, u4_bit_str, (2 * u4_range - 1));
422
* Although start code prefix could have been put by calling
ih264e_put_bits
(),
425
* surely happen otherwise by calling
ih264e_put_bits
() interface.
ih264e_bitstream.h
171
ih264e_put_bits
(ps_bitstrm, (UWORD32)((1 << len) - 1), len); \
311
IH264E_ERROR_T
ih264e_put_bits
379
* bitstream by calling
ih264e_put_bits
() interface.
406
* bitstream by calling
ih264e_put_bits
() interface.
433
* Although start code prefix could have been put by calling
ih264e_put_bits
(),
436
* surely happen otherwise by calling
ih264e_put_bits
() interface.
ih264e_encode_header.h
54
ret_val |=
ih264e_put_bits
((ps_bitstrm), (code_val), (code_len))
ih264e_cavlc.c
308
error_status =
ih264e_put_bits
(ps_bit_stream, u4_codeword, u4_codesize);
369
error_status =
ih264e_put_bits
(ps_bit_stream, u4_codeword, u4_codesize);
376
error_status =
ih264e_put_bits
(ps_bit_stream, u4_sign1, u4_trailing_ones);
461
error_status =
ih264e_put_bits
(ps_bit_stream, u4_codeword, u4_codesize);
520
error_status =
ih264e_put_bits
(ps_bit_stream, u4_codeword, u4_codesize);
551
error_status =
ih264e_put_bits
(ps_bit_stream, u4_codeword, u4_codesize);
[
all
...]
Completed in 1451 milliseconds