Home
last modified time | relevance | path

Searched refs:UpscaledWidth (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h382 unsigned UpscaledWidth; member
Dvid_dec_av1.c398 hdr->UpscaledWidth = hdr->FrameWidth; in superres_params()
399 hdr->FrameWidth = (hdr->UpscaledWidth * 8 + (hdr->SuperresDenom / 2)) / in superres_params()
446 hdr->RenderWidth = hdr->UpscaledWidth; in render_size()
609 hdr->UpscaledWidth = in frame_size_with_refs()
611 hdr->FrameWidth = hdr->UpscaledWidth; in frame_size_with_refs()
1561 if (hdr->allow_screen_content_tools && (hdr->UpscaledWidth == hdr->FrameWidth)) in frame_header_obu()
1622 hdr->AllLossless = hdr->CodedLossless && (hdr->FrameWidth == hdr->UpscaledWidth); in frame_header_obu()
2193 priv->codec_data.av1.uncompressed_header.UpscaledWidth; in dec_av1_EndFrame()