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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.h382 unsigned UpscaledWidth; member in struct:av1_uncompressed_header_obu
H A Dvid_dec_av1.c396 hdr->UpscaledWidth = hdr->FrameWidth;
397 hdr->FrameWidth = (hdr->UpscaledWidth * 8 + (hdr->SuperresDenom / 2)) /
444 hdr->RenderWidth = hdr->UpscaledWidth;
607 hdr->UpscaledWidth =
609 hdr->FrameWidth = hdr->UpscaledWidth;
1559 if (hdr->allow_screen_content_tools && (hdr->UpscaledWidth == hdr->FrameWidth))
1620 hdr->AllLossless = hdr->CodedLossless && (hdr->FrameWidth == hdr->UpscaledWidth);
2192 priv->codec_data.av1.uncompressed_header.UpscaledWidth;

Completed in 7 milliseconds