Searched refs:IQ_matrix_buf (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_h264_parser.c | 181 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 …]
|
D | vbp_loader.h | 153 VAIQMatrixBufferH264* IQ_matrix_buf; member
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
D | vbp_loader.h | 305 VAIQMatrixBufferH264* IQ_matrix_buf; member 460 VAIQMatrixBufferVP8* IQ_matrix_buf; member
|
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
D | VideoDecoderAVCSecure.cpp | 266 data->IQ_matrix_buf, in decodeSlice()
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
D | VideoDecoderAVCSecure.cpp | 250 data->IQ_matrix_buf, in decodeSlice()
|
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/ |
D | VideoDecoderAVCSecure.cpp | 270 data->IQ_matrix_buf, in decodeSlice()
|
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/ |
D | VideoDecoderAVCSecure.cpp | 266 data->IQ_matrix_buf, in decodeSlice()
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderVP8.cpp | 303 data->IQ_matrix_buf, in decodePicture()
|
D | VideoDecoderAVC.cpp | 356 data->IQ_matrix_buf, in decodeSlice()
|
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/ |
D | VideoDecoderAVCSecure.cpp | 764 data->IQ_matrix_buf, in decodeSlice()
|
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/ |
D | VideoDecoderAVCSecure.cpp | 784 data->IQ_matrix_buf, in decodeSlice()
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformat_h264.c | 1165 data->IQ_matrix_buf, in mix_videofmt_h264_process_decode_picture()
|