Searched refs:ASSIGN_STATE (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | jdhuff.c | 45 #define ASSIGN_STATE(dest,src) ((dest) = (src)) macro 48 #define ASSIGN_STATE(dest,src) \ macro 565 ASSIGN_STATE(state, entropy->saved); in decode_mcu_slow() 646 ASSIGN_STATE(entropy->saved, state); in decode_mcu_slow() 664 ASSIGN_STATE(state, entropy->saved); in decode_mcu_fast() 733 ASSIGN_STATE(entropy->saved, state); in decode_mcu_fast()
|
D | jdphuff.c | 46 #define ASSIGN_STATE(dest,src) ((dest) = (src)) macro 49 #define ASSIGN_STATE(dest,src) \ macro 318 ASSIGN_STATE(state, entropy->saved); in decode_mcu_DC_first() 347 ASSIGN_STATE(entropy->saved, state); in decode_mcu_DC_first()
|
D | jchuff.c | 81 #define ASSIGN_STATE(dest,src) ((dest) = (src)) macro 84 #define ASSIGN_STATE(dest,src) \ macro 654 ASSIGN_STATE(state.cur, entropy->saved); in encode_mcu_huff() 694 ASSIGN_STATE(entropy->saved, state.cur); in encode_mcu_huff() 723 ASSIGN_STATE(state.cur, entropy->saved); in finish_pass_huff() 733 ASSIGN_STATE(entropy->saved, state.cur); in finish_pass_huff()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jchuff.c | 40 #define ASSIGN_STATE(dest,src) ((dest) = (src)) macro 43 #define ASSIGN_STATE(dest,src) \ macro 485 ASSIGN_STATE(state.cur, entropy->saved); in encode_mcu_huff() 511 ASSIGN_STATE(entropy->saved, state.cur); in encode_mcu_huff() 540 ASSIGN_STATE(state.cur, entropy->saved); in finish_pass_huff() 550 ASSIGN_STATE(entropy->saved, state.cur); in finish_pass_huff()
|
D | fpdfapi_jdhuff.c | 39 #define ASSIGN_STATE(dest,src) ((dest) = (src)) macro 42 #define ASSIGN_STATE(dest,src) \ macro 537 ASSIGN_STATE(state, entropy->saved); in decode_mcu() 619 ASSIGN_STATE(entropy->saved, state); in decode_mcu()
|
D | fpdfapi_jdphuff.c | 43 #define ASSIGN_STATE(dest,src) ((dest) = (src)) macro 46 #define ASSIGN_STATE(dest,src) \ macro 312 ASSIGN_STATE(state, entropy->saved); in decode_mcu_DC_first() 341 ASSIGN_STATE(entropy->saved, state); in decode_mcu_DC_first()
|