HomeSort by relevance Sort by last modified time
    Searched refs:error_resilient_mode (Results 1 - 25 of 30) sorted by null

1 2

  /hardware/intel/common/libva/va/
va_dec_vp9.h 97 uint32_t error_resilient_mode : 1; member in struct:_VADecPictureParameterBufferVP9::__anon29970::__anon29971
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 1048 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
1069 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
1096 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
    [all...]
onyx_if.c     [all...]
ratectrl.c     [all...]
firstpass.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 1047 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
1068 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
1095 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
    [all...]
onyx_if.c     [all...]
ratectrl.c     [all...]
firstpass.c     [all...]
  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 112 EXPECT_EQ(encode_parms.error_resilient, common->error_resilient_mode);
  /external/libvpx/libvpx/vp8/common/
onyx.h 222 unsigned int error_resilient_mode; member in struct:__anon16517
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 210 unsigned int error_resilient_mode; member in struct:__anon30153
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 188 int error_resilient_mode; member in struct:VP9Common
vp9_entropymode.c 458 cm->error_resilient_mode || cm->reset_frame_context == 3) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 452 cm->error_resilient_mode || cm->reset_frame_context == 3) {
vp9_onyxc_int.h 264 int error_resilient_mode; member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 264 unsigned int error_resilient_mode; member in struct:__anon30257
vp9_onyx_if.c 143 if (cm->error_resilient_mode || cm->intra_only)
    [all...]
vp9_bitstream.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 209 unsigned int error_resilient_mode; member in struct:VP9EncoderConfig
vp9_svc_layercontext.c 35 if (cpi->oxcf.error_resilient_mode == 0 && cpi->oxcf.pass == 2) {
660 if (cpi->oxcf.error_resilient_mode == 0 && cpi->oxcf.pass == 2 &&
vp9_bitstream.c     [all...]
vp9_encoder.c 234 // frames where the error_resilient_mode or intra_only flag is set. For
237 if (frame_is_intra_only(cm) || cm->error_resilient_mode) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 1520 milliseconds

1 2