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

  /external/libvpx/vp8/encoder/
picklpf.c 191 cm->last_frame_type = cm->frame_type;
207 cm->last_frame_type = cm->frame_type;
244 cm->last_frame_type = cm->frame_type;
351 cm->last_frame_type = cm->frame_type;
392 cm->last_frame_type = cm->frame_type;
432 cm->last_frame_type = cm->frame_type;
onyx_if.c     [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 108 FRAME_TYPE last_frame_type; /* Add to check if vp8_frame_init_loop_filter() can be skipped. */ member in struct:VP8Common
loopfilter.c 216 * each frame. Check last_frame_type to skip the function most of times.
355 else if (frame_type != cm->last_frame_type)
461 else if (frame_type != cm->last_frame_type)
569 else if (frame_type != cm->last_frame_type)
  /external/libvpx/vp8/decoder/
onyxd_if.c 129 cm->last_frame_type = KEY_FRAME;
435 cm->last_frame_type = cm->frame_type;
decodframe.c 864 pc->last_frame_type = pc->frame_type;
threading.c 756 else if (frame_type != cm->last_frame_type)
    [all...]

Completed in 137 milliseconds