Searched refs:operating_point (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libdav1d.c | 54 int operating_point; member 238 if (dav1d->operating_point >= 0) in libdav1d_init() 239 s.operating_point = dav1d->operating_point; in libdav1d_init() 565 …{ "oppoint", "Select an operating point of the scalable bitstream", OFFSET(operating_point), AV_O…
|
D | av1dec.h | 86 int operating_point; member
|
D | cbs_av1.c | 934 if (priv->operating_point >= 0) { in cbs_av1_read_unit() 937 if (priv->operating_point > sequence_header->operating_points_cnt_minus_1) { in cbs_av1_read_unit() 940 priv->operating_point, sequence_header->operating_points_cnt_minus_1); in cbs_av1_read_unit() 943 … priv->operating_point_idc = sequence_header->operating_point_idc[priv->operating_point]; in cbs_av1_read_unit() 1310 … OFFSET(operating_point), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, AV1_MAX_OPERATING_POINTS - 1, 0 },
|
D | av1dec.c | 774 av_opt_set_int(s->cbc->priv_data, "operating_point", s->operating_point, 0); in av1_decode_init() 1053 s->operating_point_idc = s->raw_seq->operating_point_idc[s->operating_point]; in av1_decode_frame() 1237 … OFFSET(operating_point), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, AV1_MAX_OPERATING_POINTS - 1, VD },
|
D | cbs_av1.h | 460 int operating_point; member
|
/third_party/ffmpeg/doc/ |
D | decoders.texi | 36 @item operating_point
|