Home
last modified time | relevance | path

Searched refs:full_still_picture_hdr (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/aom/
Daom_encoder.h675 unsigned int full_still_picture_hdr; member
/external/libaom/libaom/apps/
Daomenc.c270 static const arg_def_t full_still_picture_hdr = ARG_DEF( variable
294 &full_still_picture_hdr,
1464 } else if (arg_match(&arg, &full_still_picture_hdr, argi)) { in parse_stream_params()
1465 config->cfg.full_still_picture_hdr = 1; in parse_stream_params()
/external/libaom/libaom/av1/encoder/
Dencoder.h342 unsigned int full_still_picture_hdr; member
Dencoder.c1034 seq->reduced_still_picture_hdr &= !oxcf->full_still_picture_hdr; in init_seq_coding_tools()
/external/libaom/libaom/av1/
Dav1_cx_iface.c765 oxcf->full_still_picture_hdr = cfg->full_still_picture_hdr; in set_encoder_config()