Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.c441 unsigned char *chroma_matrix, in customize_quantization_tables() argument
447 if((NULL == luma_matrix) || (NULL == chroma_matrix) || in customize_quantization_tables()
465 chroma_matrix[uc_j] = (unsigned char)uc_qVal; in customize_quantization_tables()
Dpnw_hostjpeg.h636 unsigned char *chroma_matrix,
Dtng_jpegES.c285 unsigned char *chroma_matrix, in CustomizeQuantizationTables() argument
291 if((NULL == luma_matrix) || (NULL == chroma_matrix) || in CustomizeQuantizationTables()
309 chroma_matrix[uc_j] = (unsigned char)uc_qVal; in CustomizeQuantizationTables()