Home
last modified time | relevance | path

Searched refs:display_frame_id (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dbitstream.c2821 int display_frame_id = cm->ref_frame_id[cpi->existing_fb_idx_to_show]; in write_uncompressed_header_obu() local
2822 aom_wb_write_literal(wb, display_frame_id, frame_id_len); in write_uncompressed_header_obu()
Dencoder.c4850 int display_frame_id = cm->ref_frame_id[cpi->existing_fb_idx_to_show]; in encode_frame_to_data_rate() local
4852 cm->ref_frame_id[i] = display_frame_id; in encode_frame_to_data_rate()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4897 int display_frame_id = aom_rb_read_literal(rb, frame_id_length); in read_uncompressed_header() local
4900 if (display_frame_id != cm->ref_frame_id[existing_frame_idx] || in read_uncompressed_header()