HomeSort by relevance Sort by last modified time
    Searched refs:INTER_REFS_PER_FRAME (Results 1 - 10 of 10) sorted by null

  /external/libaom/libaom/av1/common/
mvref_common.c     [all...]
enums.h 569 INTER_REFS_PER_FRAME = ALTREF_FRAME - LAST_FRAME + 1,
583 // frame in cm->cur_frame, INTER_REFS_PER_FRAME for scaled references on the
585 #define FRAME_BUFFERS (REF_FRAMES + 1 + INTER_REFS_PER_FRAME)
onyxc_int.h 130 unsigned int ref_order_hints[INTER_REFS_PER_FRAME];
    [all...]
  /external/libaom/libaom/av1/encoder/
tpl_model.c 476 int recon_frame_index[INTER_REFS_PER_FRAME + 1] = { -1, -1, -1, -1,
482 for (i = 0; i < FRAME_BUFFERS && frame_idx < INTER_REFS_PER_FRAME + 1; ++i) {
498 for (i = 0; i < INTER_REFS_PER_FRAME + 1; ++i) {
encoder.h 737 YV12_BUFFER_CONFIG *tpl_recon_frames[INTER_REFS_PER_FRAME + 1];
752 RefCntBuffer *scaled_ref_buf[INTER_REFS_PER_FRAME];
    [all...]
encoder.c     [all...]
bitstream.c     [all...]
encodeframe.c     [all...]
  /external/libaom/libaom/av1/decoder/
decoder.c 429 for (ref_index = 0; ref_index < INTER_REFS_PER_FRAME; ref_index++) {
decodeframe.c     [all...]

Completed in 492 milliseconds