Searched refs:IQ_matrix_buf (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_h264_parser.c181 query_data->IQ_matrix_buf = g_try_new0(VAIQMatrixBufferH264, 1);
182 if (NULL == query_data->IQ_matrix_buf)
222 g_free(query_data->IQ_matrix_buf);
544 VAIQMatrixBufferH264* IQ_matrix_buf)
559 memcpy(IQ_matrix_buf->ScalingList4x4[i], UseDefaultList[i], 16);
563 memcpy(IQ_matrix_buf->ScalingList8x8[i - 6], UseDefaultList[i], 64);
571 memcpy(IQ_matrix_buf->ScalingList4x4[i], parser->info.active_PPS.ScalingList4x4[i], 16);
575 memcpy(IQ_matrix_buf->ScalingList8x8[i - 6], parser->info.active_PPS.ScalingList8x8[i - 6], 64);
588 memcpy(IQ_matrix_buf->ScalingList4x4[i],
595 memcpy(IQ_matrix_buf
542 vbp_set_scaling_list_h264( struct h264_viddec_parser *parser, VAIQMatrixBufferH264* IQ_matrix_buf) argument
[all...]
H A Dvbp_loader.h153 VAIQMatrixBufferH264* IQ_matrix_buf; member in struct:_vbp_data_h264
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h305 VAIQMatrixBufferH264* IQ_matrix_buf; member in struct:_vbp_data_h264
460 VAIQMatrixBufferVP8* IQ_matrix_buf; member in struct:_vbp_data_vp8
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A DVideoDecoderAVCSecure.cpp266 data->IQ_matrix_buf,
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A DVideoDecoderAVCSecure.cpp250 data->IQ_matrix_buf,
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderVP8.cpp316 data->IQ_matrix_buf,
H A DVideoDecoderAVC.cpp370 data->IQ_matrix_buf,
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.cpp266 data->IQ_matrix_buf,
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
H A DVideoDecoderAVCSecure.cpp270 data->IQ_matrix_buf,
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
H A DVideoDecoderAVCSecure.cpp764 data->IQ_matrix_buf,
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
H A DVideoDecoderAVCSecure.cpp784 data->IQ_matrix_buf,
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_h264.c1165 data->IQ_matrix_buf,

Completed in 735 milliseconds