Home
last modified time | relevance | path

Searched refs:ScalingListDCCoeff16x16 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h434 uint8_t ScalingListDCCoeff16x16[6]; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c441 memcpy(picture->pps->sps->ScalingListDCCoeff16x16, picture_info->ScalingListDCCoeff16x16, 6); in vlVdpDecoderRenderH265()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_hevc.c188 memcpy(&context->desc.h265.pps->sps->ScalingListDCCoeff16x16, h265->ScalingListDC16x16, 6); in vlVaHandleIQMatrixBufferHEVC()
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_dec_h265.c228 (uint8_t (*)[6])sps->ScalingListDCCoeff16x16, in scaling_list_data()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.c691 result.ucScalingListDCCoefSizeID2[i] = pic->pps->sps->ScalingListDCCoeff16x16[i]; in get_h265_msg()