Searched defs:PUT_BITS (Results 1 - 2 of 2) sorted by relevance

/external/libavc/encoder/
H A Dih264e_encode_header.h52 #define PUT_BITS(ps_bitstrm, code_val, code_len, ret_val, syntax_string) \ macro
/external/libjpeg-turbo/
H A Djchuff.c354 #define PUT_BITS(code, size) { \ macro
394 PUT_BITS(code, size) \
400 PUT_BITS(code, size) \
401 PUT_BITS(temp2, nbits) \
407 PUT_BITS(code, size) \
413 PUT_BITS(code, size) \
415 PUT_BITS(temp2, nbits) \
424 * of the 64 coefficients, PUT_BITS is invoked twice, and each invocation can
475 PUT_BITS(0x7F, 7)

Completed in 117 milliseconds