Searched defs:tsWidth (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_XPM/vp/hal/ |
H A D | vphal_render_vebox_xe_xpm_denoise.cpp | 85 void HVSDenoiseHpm::GetThreadSpaceDimension(int &tsWidth, int &tsHeight, int &tsColor) in GetThreadSpaceDimension()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/ |
H A D | vphal_render_vebox_denoise.cpp | 86 void HVSDenoise::GetThreadSpaceDimension(int &tsWidth, int &tsHeight, int &tsColor) in GetThreadSpaceDimension()
|
H A D | vphal_mdf_wrapper.cpp | 495 int tsWidth, tsHeight, tsColor; in Render() local
|
H A D | vphal_render_hdr_g11.cpp | 264 void Hdr3DLutCmRender::GetThreadSpaceDimension(int &tsWidth, int &tsHeight, int &tsColor) in GetThreadSpaceDimension()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/vp/hal/ |
H A D | vphal_render_hdr_3dlut_g12.cpp | 264 void Hdr3DLutCmRenderG12::GetThreadSpaceDimension(int &tsWidth, int &tsHeight, int &tsColor) in GetThreadSpaceDimension()
|
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/ |
H A D | cm_def_hw.h | 201 uint32_t tsWidth; // [in] member
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/codec/hal/ |
H A D | codechal_encode_hevc_g9.cpp | 3307 int32_t tsWidth = ((width + 3) & 0xfffc) >> 1; in InitParamForWalkerVfe26z() local 3387 int32_t tsWidth = (width + 1) & 0xfffe; in InitParamForWalkerVfe26() local 3666 int32_t tsWidth = m_frameWidth >> 4; in GenerateWalkingControlRegion() local 3705 int32_t tsWidth = (m_frameWidth + 16) >> 5; in GenerateWalkingControlRegion() local
|