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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 265 cm->frame_refs[ref_index].idx = -1;
286 if (cm->frame_refs[0].idx > 0) {
287 assert(cm->frame_refs[0].buf != NULL);
288 cm->frame_refs[0].buf->corrupted = 1;
vp9_decodeframe.c 661 RefBuffer *ref_buf = &pbi->common.frame_refs[frame - LAST_FRAME];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 880 &cm->frame_refs[ref0 >= LAST_FRAME ? ref0 - LAST_FRAME : 0];
882 &cm->frame_refs[ref1 >= LAST_FRAME ? ref1 - LAST_FRAME : 0];
vp9_pickmode.c     [all...]
vp9_speed_features.c 411 &cm->frame_refs[ref_frame - 1].sf;
vp9_encodeframe.c     [all...]
vp9_rdopt.c     [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 148 RefBuffer frame_refs[REFS_PER_FRAME]; member in struct:VP9Common

Completed in 591 milliseconds