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

  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.h 29 (is_spatial_svc(cpi) &&
vp9_firstpass.c 259 if (is_spatial_svc(cpi)) {
447 if (is_spatial_svc(cpi)) {
616 if (raw_motion_error > 25 || is_spatial_svc(cpi)) {
898 if (is_spatial_svc(cpi)) {
995 const int is_spatial_svc = (svc->number_spatial_layers > 1) && local
    [all...]
vp9_encoder.c 131 if (!is_spatial_svc(cpi))
477 if (is_spatial_svc(cpi)) {
    [all...]
vp9_encoder.h 534 static INLINE int is_spatial_svc(const struct VP9_COMP *const cpi) { function
543 (!is_spatial_svc(cpi) ||
vp9_svc_layercontext.c 225 return is_spatial_svc(cpi) &&
vp9_temporal_filter.c 445 if (is_spatial_svc(cpi)) {
vp9_ratectrl.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 946 const int is_spatial_svc = (cpi->svc.number_spatial_layers > 1) && local
2215 int is_spatial_svc = (cpi->use_svc && cpi->svc.number_temporal_layers == 1); local
    [all...]

Completed in 647 milliseconds