Searched refs:actbl (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jchuff.c | 914 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block() argument 965 if (! emit_bits_s(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) in encode_one_block() 987 if (! emit_bits_s(state, actbl->ehufco[temp], actbl->ehufsi[temp])) in encode_one_block() 1001 if (! emit_bits_s(state, actbl->ehufco[0], actbl->ehufsi[0])) in encode_one_block()
|
A D | jcparam.c | 430 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ in jpeg_set_colorspace() argument 437 compptr->ac_tbl_no = (actbl) ) in jpeg_set_colorspace()
|
Completed in 6 milliseconds