Searched refs:has_nonzero_operating_point_idc (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | obu.c | 138 seq_params->has_nonzero_operating_point_idc = false; in read_sequence_header_obu() 160 seq_params->has_nonzero_operating_point_idc = false; in read_sequence_header_obu() 165 seq_params->has_nonzero_operating_point_idc = true; in read_sequence_header_obu()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | bitstream.h | 100 bool has_nonzero_operating_point_idc,
|
H A D | bitstream.c | 3381 bool has_nonzero_operating_point_idc, in av1_write_obu_header() argument 3383 assert(IMPLIES(!has_nonzero_operating_point_idc, obu_extension == 0)); in av1_write_obu_header() 3409 if (has_nonzero_operating_point_idc) { in av1_write_obu_header() 3622 cpi->common.seq_params->has_nonzero_operating_point_idc, in init_large_scale_tile_obu_header() 3822 cm->seq_params->has_nonzero_operating_point_idc, in av1_write_obu_tg_tile_headers() 3924 cpi->common.seq_params->has_nonzero_operating_point_idc, in av1_write_last_tile_info() 4239 cm->seq_params->has_nonzero_operating_point_idc, 0, dst); in av1_write_metadata_array() 4306 cm->seq_params->has_nonzero_operating_point_idc, 0, data); in av1_pack_bitstream() 4346 cm->seq_params->has_nonzero_operating_point_idc, obu_extension_header, in av1_pack_bitstream()
|
H A D | encoder.c | 556 seq->has_nonzero_operating_point_idc = false; in init_seq_coding_tools() 574 seq->has_nonzero_operating_point_idc = true; in init_seq_coding_tools() 5429 ppi->seq_params.has_nonzero_operating_point_idc, 0, in av1_get_global_headers()
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | av1_common_int.h | 324 bool has_nonzero_operating_point_idc; member
|
/aosp_15_r20/external/libaom/av1/ |
H A D | av1_cx_iface.c | 3463 ppi->seq_params.has_nonzero_operating_point_idc, 0, ctx->cx_data); in encoder_encode()
|