Home
last modified time | relevance | path

Searched refs:REFS_PER_FRAME (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp9/common/
Dvp9_onyxc_int.h35 #define REFS_PER_FRAME 3 macro
42 #define FRAME_BUFFERS (REF_FRAMES + 1 + REFS_PER_FRAME)
136 RefBuffer frame_refs[REFS_PER_FRAME];
Dvp9_pred_common.c18 for (i = 1; i < REFS_PER_FRAME; ++i) in vp9_compound_reference_allowed()
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Dparser.rs11 pub const REFS_PER_FRAME: usize = 3; constant
398 ref_frame_idx: [u8; REFS_PER_FRAME],
539 pub fn ref_frame_idx(&self) -> [u8; REFS_PER_FRAME] { in ref_frame_idx() argument
849 for i in 0..REFS_PER_FRAME { in parse_frame_size_with_refs()
1146 for i in 0..REFS_PER_FRAME { in parse_frame_header()
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c1559 for (i = 0; i < REFS_PER_FRAME; ++i) { in setup_frame_size_with_refs()
1582 for (i = 0; i < REFS_PER_FRAME; ++i) { in setup_frame_size_with_refs()
1592 for (i = 0; i < REFS_PER_FRAME; ++i) { in setup_frame_size_with_refs()
2688 for (i = 0; i < REFS_PER_FRAME; ++i) { in read_uncompressed_header()
2733 for (i = 0; i < REFS_PER_FRAME; ++i) { in read_uncompressed_header()
2747 for (i = 0; i < REFS_PER_FRAME; ++i) { in read_uncompressed_header()
/external/libvpx/vp9/encoder/
Dvp9_encoder.h710 int scaled_ref_idx[REFS_PER_FRAME];
Dvp9_encoder.c3461 for (i = 0; i < REFS_PER_FRAME; ++i) {
6229 int8_t recon_frame_index[REFS_PER_FRAME + MAX_ARF_LAYERS];
6253 if (frame_idx >= REFS_PER_FRAME + cpi->oxcf.enable_auto_arf) break;
6257 for (i = 0; i < REFS_PER_FRAME + 1; ++i) {
7834 for (i = 0; i < REFS_PER_FRAME; ++i) cpi->scaled_ref_idx[i] = INVALID_IDX;