Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Djpegd_syntax.h181 RK_U32 h_max, v_max; member
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c435 syntax->h_max = 1; in jpegd_decode_sof()
455 if (syntax->h_count[i] > syntax->h_max) in jpegd_decode_sof()
456 syntax->h_max = syntax->h_count[i]; in jpegd_decode_sof()