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

  /external/libvpx/libvpx/vpx/
vp8.h 101 VP8_LAST_FRAME = 1,
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 86 if (cpi->ref_frame_flags & VP8_LAST_FRAME) {
107 if (cpi->ref_frame_flags & VP8_LAST_FRAME) ref_frame_map[i++] = LAST_FRAME;
onyx_if.c 813 if (cpi->ref_frame_flags & VP8_LAST_FRAME) ref_frames++;
851 (cpi->ref_frame_flags & VP8_LAST_FRAME) &&
    [all...]
pickinter.c 613 if (cpi->ref_frame_flags & VP8_LAST_FRAME) {
674 parent_ref_flag = (cpi->ref_frame_flags & VP8_LAST_FRAME);
    [all...]
encodeframe.c 620 if (cpi->ref_frame_flags == VP8_LAST_FRAME) {
    [all...]
  /external/libvpx/libvpx/examples/
vp8cx_set_ref.c 164 ref.frame_type = VP8_LAST_FRAME;
vp9cx_set_ref.c 393 ref.frame_type = VP8_LAST_FRAME;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 128 if (ref_frame_flag == VP8_LAST_FRAME) {
159 if (ref_frame_flag == VP8_LAST_FRAME) {
  /external/libvpx/libvpx/test/
decode_api_test.cc 107 ref_copy.frame_type = VP8_LAST_FRAME;
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 138 case VP8_LAST_FRAME: return VP9_LAST_FLAG;
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 575 pbi->common.refresh_last_frame * (int)VP8_LAST_FRAME;
593 (vp8dx_references_buffer(oci, LAST_FRAME) ? VP8_LAST_FRAME : 0);
vp8_cx_iface.c 768 if (flags & VP8_EFLAG_NO_REF_LAST) ref ^= VP8_LAST_FRAME;
782 if (flags & VP8_EFLAG_NO_UPD_LAST) upd ^= VP8_LAST_FRAME;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 315 milliseconds