Home
last modified time | relevance | path

Searched refs:code_max (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c217 RK_U32 i, code_max; in jpegd_decode_dht() local
275 code_max = 0; in jpegd_decode_dht()
284 if (ptr->vals[i] > code_max) in jpegd_decode_dht()
285 code_max = ptr->vals[i]; in jpegd_decode_dht()
295 if (ptr->vals[i] > code_max) in jpegd_decode_dht()
296 code_max = ptr->vals[i]; in jpegd_decode_dht()
302 table_type, table_id, num, code_max, len); in jpegd_decode_dht()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A Dsunxi_camera_v2.h354 unsigned short code_max; member