HomeSort by relevance Sort by last modified time
    Searched full:copy_buffer_to_arf (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 145 int copy_buffer_to_arf; /* 0 none, 1 Last to ARF, 2 GF to ARF */ member in struct:VP8Common
alloccommon.c 184 oci->copy_buffer_to_arf = 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h 145 int copy_buffer_to_arf; /* 0 none, 1 Last to ARF, 2 GF to ARF */ member in struct:VP8Common
alloccommon.c 183 oci->copy_buffer_to_arf = 0;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 230 if (cm->copy_buffer_to_arf)
234 if (cm->copy_buffer_to_arf == 1)
236 else if (cm->copy_buffer_to_arf == 2)
decodeframe.c 940 pc->copy_buffer_to_arf = 0;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 219 if (cm->copy_buffer_to_arf)
223 if (cm->copy_buffer_to_arf == 1)
225 else if (cm->copy_buffer_to_arf == 2)
decodeframe.c 928 pc->copy_buffer_to_arf = 0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
bitstream.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]
bitstream.c     [all...]

Completed in 704 milliseconds