Home
last modified time | relevance | path

Searched refs:INTER_REFS_PER_FRAME (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/av1/common/
Dmvref_common.c959 for (MV_REFERENCE_FRAME rf = LAST_FRAME; rf <= INTER_REFS_PER_FRAME; ++rf) { in motion_field_projection()
1022 const RefCntBuffer *ref_buf[INTER_REFS_PER_FRAME]; in av1_setup_motion_field()
1023 int ref_order_hint[INTER_REFS_PER_FRAME]; in av1_setup_motion_field()
1289 for (int i = 0; i < INTER_REFS_PER_FRAME; ++i) { in av1_setup_skip_mode_allowed()
1324 for (int i = 0; i < INTER_REFS_PER_FRAME; ++i) { in av1_setup_skip_mode_allowed()
1367 assert(frame_idx >= 0 && frame_idx < INTER_REFS_PER_FRAME); in set_ref_frame_info()
1384 int ref_flag_list[INTER_REFS_PER_FRAME] = { 0, 0, 0, 0, 0, 0, 0 }; in av1_set_frame_refs()
1499 static const MV_REFERENCE_FRAME ref_frame_list[INTER_REFS_PER_FRAME - 2] = { in av1_set_frame_refs()
1504 for (ref_idx = 0; ref_idx < (INTER_REFS_PER_FRAME - 2); ref_idx++) { in av1_set_frame_refs()
1524 for (; ref_idx < (INTER_REFS_PER_FRAME - 2); ref_idx++) { in av1_set_frame_refs()
[all …]
Denums.h569 INTER_REFS_PER_FRAME = ALTREF_FRAME - LAST_FRAME + 1, enumerator
585 #define FRAME_BUFFERS (REF_FRAMES + 1 + INTER_REFS_PER_FRAME)
Donyxc_int.h130 unsigned int ref_order_hints[INTER_REFS_PER_FRAME];
/external/libaom/libaom/av1/encoder/
Dtpl_model.c476 int recon_frame_index[INTER_REFS_PER_FRAME + 1] = { -1, -1, -1, -1, in init_gop_frames()
482 for (i = 0; i < FRAME_BUFFERS && frame_idx < INTER_REFS_PER_FRAME + 1; ++i) { in init_gop_frames()
498 for (i = 0; i < INTER_REFS_PER_FRAME + 1; ++i) { in init_gop_frames()
Dencoder.h737 YV12_BUFFER_CONFIG *tpl_recon_frames[INTER_REFS_PER_FRAME + 1];
752 RefCntBuffer *scaled_ref_buf[INTER_REFS_PER_FRAME];
Dencoder.c3173 if (ref_frame_flags > ((1 << INTER_REFS_PER_FRAME) - 1)) return -1; in av1_use_as_reference()
3353 const AOM_REFFRAME ref_mask[INTER_REFS_PER_FRAME] = { in scale_references()
3431 for (int i = 0; i < INTER_REFS_PER_FRAME; ++i) { in release_scaled_references()
Dbitstream.c2746 if (num_refs < INTER_REFS_PER_FRAME) { in check_frame_refs_short_signaling()
2766 for (int ref_idx = 0; ref_idx < INTER_REFS_PER_FRAME; ++ref_idx) { in check_frame_refs_short_signaling()
Dencodeframe.c5155 (cpi->sf.selective_ref_frame >= 3) ? INTER_REFS_PER_FRAME - 1 in get_max_allowed_ref_frames()
5156 : INTER_REFS_PER_FRAME; in get_max_allowed_ref_frames()
/external/libaom/libaom/av1/decoder/
Ddecoder.c429 for (ref_index = 0; ref_index < INTER_REFS_PER_FRAME; ref_index++) { in swap_frame_buffers()
Ddecodeframe.c4247 for (int i = 0; i < INTER_REFS_PER_FRAME; ++i) { in av1_read_film_grain_params()
4796 for (int i = 0; i < INTER_REFS_PER_FRAME; ++i) { in show_existing_frame_reset()
5086 for (int i = 0; i < INTER_REFS_PER_FRAME; ++i) { in read_uncompressed_header()
5204 for (int i = 0; i < INTER_REFS_PER_FRAME; ++i) { in read_uncompressed_header()