Home
last modified time | relevance | path

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

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