Home
last modified time | relevance | path

Searched refs:max_frame_height_minus_1 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h198 unsigned max_frame_height_minus_1; member
Dvid_dec_av1.c227 seq->max_frame_height_minus_1 = av1_f(vlc, seq->frame_height_bits_minus_1 + 1); in sequence_header_obu()
361 priv->picture.av1.picture_parameter.max_height = seq->max_frame_height_minus_1 + 1; in sequence_header_obu()
425 hdr->FrameHeight = seq->max_frame_height_minus_1 + 1; in frame_size()
/third_party/ffmpeg/libavcodec/
Dcbs_av1.h99 uint16_t max_frame_height_minus_1; member
Dcbs_av1_syntax_template.c261 fb(current->frame_height_bits_minus_1 + 1, max_frame_height_minus_1); in FUNC()
497 infer(frame_height_minus_1, seq->max_frame_height_minus_1); in FUNC()
1898 0, seq->max_frame_height_minus_1 + 1, 1, i); in FUNC()
Ddxva2_av1.c75 pp->max_height = seq->max_frame_height_minus_1 + 1; in fill_picture_parameters()
Dav1dec.c670 int height = seq->max_frame_height_minus_1 + 1; in set_context_with_sequence()