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

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_360.c 45 cm->error_resilient_mode) {
vp9_aq_complexity.c 54 if (frame_is_intra_only(cm) || cm->error_resilient_mode ||
vp9_aq_variance.c 51 if (frame_is_intra_only(cm) || cm->error_resilient_mode ||
vp9_svc_layercontext.c 49 if (cpi->oxcf.error_resilient_mode == 0 && cpi->oxcf.pass == 2) {
754 if (cpi->oxcf.error_resilient_mode == 0 && cpi->oxcf.pass == 2 &&
    [all...]
vp9_bitstream.c     [all...]
vp9_encoder.h 232 unsigned int error_resilient_mode; member in struct:VP9EncoderConfig
vp9_encoder.c 650 // frames where the error_resilient_mode or intra_only flag is set. For
653 if (frame_is_intra_only(cm) || cm->error_resilient_mode) {
    [all...]
vp9_encodeframe.c     [all...]
  /hardware/intel/common/libva/va/
va_dec_vp9.h 97 uint32_t error_resilient_mode : 1; member in struct:_VADecPictureParameterBufferVP9::__anon42390::__anon42391
  /external/v4l2_codec2/vda/
vp9_uncompressed_header_parser.cc 954 fhdr->error_resilient_mode = reader_.ReadBool();
970 if (!fhdr->error_resilient_mode)
1051 if (fhdr->error_resilient_mode) {
1064 if (fhdr->IsKeyframe() || fhdr->error_resilient_mode ||
vp9_parser.h 206 bool error_resilient_mode; member in struct:media::Vp9FrameHeader
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 878 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) {
896 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS)
920 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) {
953 if (!(cpi->oxcf.error_resilient_mode &
965 if ((cpi->oxcf.error_resilient_mode &
    [all...]
onyx_if.c     [all...]
ratectrl.c     [all...]
firstpass.c     [all...]
  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 113 EXPECT_EQ(encode_parms.error_resilient, common->error_resilient_mode);
  /external/libvpx/libvpx/vp8/common/
onyx.h 211 unsigned int error_resilient_mode; member in struct:__anon24679
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 450 if (cm->frame_type == KEY_FRAME || cm->error_resilient_mode ||
vp9_onyxc_int.h 263 int error_resilient_mode; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 285 oxcf->error_resilient_mode = cfg.g_error_resilient;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 548 oxcf->error_resilient_mode = cfg->g_error_resilient;
620 printf("error resilient: %d\n", oxcf->error_resilient_mode);
    [all...]

Completed in 414 milliseconds