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

  /hardware/intel/common/libva/va/
va_dec_vp9.h 98 uint32_t intra_only : 1; member in struct:_VADecPictureParameterBufferVP9::__anon29970::__anon29971
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 114 int intra_only; member in struct:VP9Common
287 !cm->intra_only &&
296 return cm->frame_type == KEY_FRAME || cm->intra_only;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 166 uint8_t intra_only; member in struct:VP9Common
341 return cm->frame_type == KEY_FRAME || cm->intra_only;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 143 if (cm->error_resilient_mode || cm->intra_only)
    [all...]
vp9_bitstream.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c     [all...]
vp9_svc_layercontext.c 681 cpi->common.intra_only = 1;
vp9_encoder.c 234 // frames where the error_resilient_mode or intra_only flag is set. For
    [all...]
vp9_encodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 422 (pbi->common.intra_only || pbi->common.frame_type == KEY_FRAME))
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 1802 milliseconds