Home
last modified time | relevance | path

Searched refs:quant_index (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Djpegd_syntax.h184 RK_U32 quant_index[MAX_COMPONENTS]; member
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c462 syntax->quant_index[i] = value; in jpegd_decode_sof()
464 if (syntax->quant_index[i] >= QUANTIZE_TABLE_ID_BUTT) { in jpegd_decode_sof()
465 mpp_err_f("quant_index %d is invalid\n", syntax->quant_index[i]); in jpegd_decode_sof()
471 syntax->component_id[i], syntax->quant_index[i]); in jpegd_decode_sof()
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_common.c278 idx = s->quant_index[j]; /* quantize table index used by j component */ in jpegd_write_qp_ac_dc_table()
H A Dhal_jpegd_rkv.c54 idx = s->quant_index[j]; in jpegd_write_rkv_qtbl()