Searched refs:EMIT_BITS (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jchuff-sse2.asm | 78 %macro EMIT_BITS 1 243 EMIT_BITS eax ; EMIT_BITS(code, size) 255 EMIT_BITS eax ; EMIT_BITS(temp2, nbits) 302 EMIT_BITS eax ; EMIT_BITS(code_0xf0, size_0xf0) 315 EMIT_BITS eax 324 EMIT_BITS eax ; PUT_BITS(temp2, nbits) 370 EMIT_BITS eax ; EMIT_BITS(code_0xf0, size_0xf0) 383 EMIT_BITS eax 392 EMIT_BITS eax ; PUT_BITS(temp2, nbits) 405 EMIT_BITS eax
|
D | jchuff-sse2-64.asm | 90 %macro EMIT_BITS 2 236 EMIT_BITS r11, esi ; EMIT_BITS(code, size) 247 EMIT_BITS rbx, edi ; EMIT_BITS(temp2, nbits) 303 EMIT_BITS r13, r14d ; EMIT_BITS(code_0xf0, size_0xf0) 337 EMIT_BITS rbx, r12d
|
/external/libjpeg-turbo/ |
D | jchuff.c | 392 #define EMIT_BITS(code, size) { \ macro 406 #define EMIT_BITS(code, size) { \ macro 544 EMIT_BITS(code, size) in encode_one_block() 551 EMIT_BITS(temp2, nbits) in encode_one_block() 574 EMIT_BITS(code_0xf0, size_0xf0) \ in encode_one_block() 603 EMIT_BITS(code, size) in encode_one_block()
|