Home
last modified time | relevance | path

Searched refs:jpege_luma_quantizer (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_base.c37 const RK_U8 jpege_luma_quantizer[QUANTIZE_TABLE_SIZE] = { variable
83 RK_S16 lq = (jpege_luma_quantizer[i] * q + 50) / 100; in hal_jpege_vepu_rc()
H A Dhal_jpege_base.h71 extern const RK_U8 jpege_luma_quantizer[QUANTIZE_TABLE_SIZE];
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c43 static const RK_U8 jpege_luma_quantizer[QUANTIZE_TABLE_SIZE] = { variable
237 RK_S16 lq = (jpege_luma_quantizer[i] * q + 50) / 100; in jpege_gen_qt_by_qfactor()