Searched refs:FrameWidth (Results 1 – 9 of 9) sorted by relevance
5 FrameWidth 320 # Output frame width
64 .FrameWidth = cur_frame->width, in nvdec_vc1_start_frame()
5 FrameWidth 160 # Input frame width
398 hdr->UpscaledWidth = hdr->FrameWidth; in superres_params()399 hdr->FrameWidth = (hdr->UpscaledWidth * 8 + (hdr->SuperresDenom / 2)) / in superres_params()407 hdr->MiCols = 2 * ((hdr->FrameWidth + 7) >> 3); in compute_image_size()421 hdr->FrameWidth = frame_width_minus_1 + 1; in frame_size()424 hdr->FrameWidth = seq->max_frame_width_minus_1 + 1; in frame_size()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()1654 priv->picture.av1.picture_parameter.frame_width = hdr->FrameWidth; in frame_header_obu()2195 priv->codec_data.av1.uncompressed_header.FrameWidth; in dec_av1_EndFrame()
378 unsigned FrameWidth; member
433 int FrameWidth; /**< Actual frame width */ member