Home
last modified time | relevance | path

Searched refs:frame_height_minus_1 (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_vp9.h120 uint16_t frame_height_minus_1; member
Dcbs_vp9_syntax_template.c77 f(16, frame_height_minus_1); in FUNC()
80 vp9->frame_height = current->frame_height_minus_1 + 1; in FUNC()
Dav1_parser.c117 ctx->height = frame->frame_height_minus_1 + 1; in av1_parser_parse()
Dcbs_av1_syntax_template.c494 fb(seq->frame_height_bits_minus_1 + 1, frame_height_minus_1); in FUNC()
497 infer(frame_height_minus_1, seq->max_frame_height_minus_1); in FUNC()
501 priv->frame_height = current->frame_height_minus_1 + 1; in FUNC()
521 infer(render_height_minus_1, current->frame_height_minus_1); in FUNC()
551 infer(frame_height_minus_1, ref->frame_height - 1); in FUNC()
1371 infer(frame_height_minus_1, ref->frame_height - 1); in FUNC()
Dcbs_av1.h189 uint16_t frame_height_minus_1; member
Dvaapi_av1.c81 .frame_height_minus1 = frame_header->frame_height_minus_1, in vaapi_av1_start_frame()
Dav1dec.c603 int height = header->frame_height_minus_1 + 1; in update_context_with_frame_header()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c414 unsigned frame_height_minus_1; in frame_size() local
418 frame_height_minus_1 = av1_f(vlc, seq->frame_height_bits_minus_1 + 1); in frame_size()
420 hdr->FrameHeight = frame_height_minus_1 + 1; in frame_size()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp9dec.c318 .frame_height_minus_1 = h->height - 1, in gst_v4l2_codec_vp9_dec_fill_dec_params()
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dv4l2-controls.h2198 __u16 frame_height_minus_1; member
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h2198 __u16 frame_height_minus_1; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.c1866 guint16 frame_height_minus_1; in gst_av1_parse_frame_size() local
1875 frame_height_minus_1 = in gst_av1_parse_frame_size()
1878 parser->state.frame_height = frame_height_minus_1 + 1; in gst_av1_parse_frame_size()