HomeSort by relevance Sort by last modified time
    Searched refs:IQ_matrix_buf (Results 1 - 12 of 12) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 181 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->ScalingList8x8[i - 6],
    [all...]
vbp_loader.h 153 VAIQMatrixBufferH264* IQ_matrix_buf;
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 305 VAIQMatrixBufferH264* IQ_matrix_buf;
460 VAIQMatrixBufferVP8* IQ_matrix_buf;
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 266 data->IQ_matrix_buf,
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 250 data->IQ_matrix_buf,
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.cpp 303 data->IQ_matrix_buf,
VideoDecoderAVC.cpp 356 data->IQ_matrix_buf,
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 266 data->IQ_matrix_buf,
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 270 data->IQ_matrix_buf,
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 764 data->IQ_matrix_buf,
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 784 data->IQ_matrix_buf,
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 1165 data->IQ_matrix_buf,
    [all...]

Completed in 102 milliseconds