Home
last modified time | relevance | path

Searched refs:iq_matrix (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c179 VAIQMatrixBufferH264 *iq_matrix; member
532 if (ctx->iq_matrix) { in psb_H264_DestroyContext()
533 free(ctx->iq_matrix); in psb_H264_DestroyContext()
534 ctx->iq_matrix = NULL; in psb_H264_DestroyContext()
789 if (ctx->iq_matrix) { in psb__H264_process_iq_matrix()
790 free(ctx->iq_matrix); in psb__H264_process_iq_matrix()
792 ctx->iq_matrix = (VAIQMatrixBufferH264 *) obj_buffer->buffer_data; in psb__H264_process_iq_matrix()
823 VAIQMatrixBufferH264 *iq_matrix = ctx->iq_matrix; in psb__H264_build_SCA_chunk() local
825 if (!iq_matrix) { in psb__H264_build_SCA_chunk()
827 iq_matrix = &dummy_iq_matrix; in psb__H264_build_SCA_chunk()
[all …]
Dpsb_MPEG4.c803 VAIQMatrixBufferMPEG4 *iq_matrix = (VAIQMatrixBufferMPEG4 *) obj_buffer->buffer_data; in psb__MPEG4_process_iq_matrix() local
813 if (iq_matrix->load_non_intra_quant_mat) { in psb__MPEG4_process_iq_matrix()
814 … psb__MPEG4_convert_iq_matrix(ctx->qmatrix_data[NONINTRA_LUMA_Q], iq_matrix->non_intra_quant_mat); in psb__MPEG4_process_iq_matrix()
816 if (iq_matrix->load_intra_quant_mat) { in psb__MPEG4_process_iq_matrix()
817 psb__MPEG4_convert_iq_matrix(ctx->qmatrix_data[INTRA_LUMA_Q], iq_matrix->intra_quant_mat); in psb__MPEG4_process_iq_matrix()
819 ctx->load_non_intra_quant_mat = iq_matrix->load_non_intra_quant_mat; in psb__MPEG4_process_iq_matrix()
820 ctx->load_intra_quant_mat = iq_matrix->load_intra_quant_mat; in psb__MPEG4_process_iq_matrix()
Dpsb_MPEG2.c843 VAIQMatrixBufferMPEG2 *iq_matrix = (VAIQMatrixBufferMPEG2 *) obj_buffer->buffer_data; in psb__MPEG2_process_iq_matrix() local
854 if (iq_matrix->load_non_intra_quantiser_matrix) { in psb__MPEG2_process_iq_matrix()
855 …psb__MPEG2_convert_iq_matrix(ctx->qmatrix_data[NONINTRA_LUMA_Q], iq_matrix->non_intra_quantiser_ma… in psb__MPEG2_process_iq_matrix()
857 if (iq_matrix->load_intra_quantiser_matrix) { in psb__MPEG2_process_iq_matrix()
858 … psb__MPEG2_convert_iq_matrix(ctx->qmatrix_data[INTRA_LUMA_Q], iq_matrix->intra_quantiser_matrix); in psb__MPEG2_process_iq_matrix()
/hardware/intel/img/psb_video/src/
Dpnw_H264.c187 VAIQMatrixBufferH264 *iq_matrix; member
521 if (ctx->iq_matrix) { in pnw_H264_DestroyContext()
522 free(ctx->iq_matrix); in pnw_H264_DestroyContext()
523 ctx->iq_matrix = NULL; in pnw_H264_DestroyContext()
810 if (ctx->iq_matrix) { in psb__H264_process_iq_matrix()
811 free(ctx->iq_matrix); in psb__H264_process_iq_matrix()
813 ctx->iq_matrix = (VAIQMatrixBufferH264 *) obj_buffer->buffer_data; in psb__H264_process_iq_matrix()
961 VAIQMatrixBufferH264 *iq_matrix = ctx->iq_matrix; in psb__H264_build_SCA_chunk() local
963 if (!iq_matrix) { in psb__H264_build_SCA_chunk()
965 iq_matrix = &dummy_iq_matrix; in psb__H264_build_SCA_chunk()
[all …]
Dpnw_MPEG2.c822 VAIQMatrixBufferMPEG2 *iq_matrix = (VAIQMatrixBufferMPEG2 *) obj_buffer->buffer_data; in psb__MPEG2_process_iq_matrix() local
833 if (iq_matrix->load_non_intra_quantiser_matrix) { in psb__MPEG2_process_iq_matrix()
834 …psb__MPEG2_convert_iq_matrix(ctx->qmatrix_data[NONINTRA_LUMA_Q], iq_matrix->non_intra_quantiser_ma… in psb__MPEG2_process_iq_matrix()
836 if (iq_matrix->load_intra_quantiser_matrix) { in psb__MPEG2_process_iq_matrix()
837 … psb__MPEG2_convert_iq_matrix(ctx->qmatrix_data[INTRA_LUMA_Q], iq_matrix->intra_quantiser_matrix); in psb__MPEG2_process_iq_matrix()
Dpnw_MPEG4.c1624 VAIQMatrixBufferMPEG4 *iq_matrix = (VAIQMatrixBufferMPEG4 *) obj_buffer->buffer_data; in psb__MPEG4_process_iq_matrix() local
1634 if (iq_matrix->load_non_intra_quant_mat) { in psb__MPEG4_process_iq_matrix()
1635 … psb__MPEG4_convert_iq_matrix(ctx->qmatrix_data[NONINTRA_LUMA_Q], iq_matrix->non_intra_quant_mat); in psb__MPEG4_process_iq_matrix()
1637 if (iq_matrix->load_intra_quant_mat) { in psb__MPEG4_process_iq_matrix()
1638 psb__MPEG4_convert_iq_matrix(ctx->qmatrix_data[INTRA_LUMA_Q], iq_matrix->intra_quant_mat); in psb__MPEG4_process_iq_matrix()
1640 ctx->load_non_intra_quant_mat = iq_matrix->load_non_intra_quant_mat; in psb__MPEG4_process_iq_matrix()
1641 ctx->load_intra_quant_mat = iq_matrix->load_intra_quant_mat; in psb__MPEG4_process_iq_matrix()
/hardware/intel/common/libva/test/decode/
Dmpeg2vldemo.cpp100 static VAIQMatrixBufferMPEG2 iq_matrix = { variable
216 1, &iq_matrix, in main()
Dtinyjpeg.c723 VAIQMatrixBufferJPEGBaseline iq_matrix; in tinyjpeg_decode() local
725 MIN(COMPONENTS, ARRAY_ELEMS(iq_matrix.load_quantiser_table)); in tinyjpeg_decode()
727 memset(&iq_matrix, 0, sizeof(VAIQMatrixBufferJPEGBaseline)); in tinyjpeg_decode()
731 iq_matrix.load_quantiser_table[i] = 1; in tinyjpeg_decode()
733 iq_matrix.quantiser_table[i][j] = priv->Q_tables[i][j]; in tinyjpeg_decode()
738 1, &iq_matrix, in tinyjpeg_decode()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp1724 static VAIQMatrixBufferMPEG2 iq_matrix = { variable
3375 1, &iq_matrix, in main()