HomeSort by relevance Sort by last modified time
    Searched full:max_qp (Results 1 - 25 of 44) sorted by null

1 2

  /external/webrtc/webrtc/test/
encoder_settings.cc 35 stream_settings[0].max_qp = 56;
43 stream_settings[1].max_qp = 56;
51 stream_settings[2].max_qp = 56;
  /external/webrtc/webrtc/
config.cc 61 max_qp(-1) {}
73 ss << ", max_qp: " << max_qp; local
config.h 85 int max_qp; member in struct:webrtc::VideoStream
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_pps.c 65 if(((PictureParameterSet->pic_init_qp_minus26+26) > MAX_QP) || ((PictureParameterSet->pic_init_qs_minus26+26) > MAX_QP))
  /external/webrtc/talk/media/webrtc/
simulcast.h 69 int max_qp,
simulcast.cc 192 int max_qp,
226 streams[s].max_qp = max_qp;
webrtcvideoengine2.cc 353 int max_qp = kDefaultQpMax; local
354 codec.GetParam(kCodecParamMaxQuantization, &max_qp);
357 num_streams, codec.width, codec.height, max_bitrate_bps, max_qp,
391 int max_qp = kDefaultQpMax; local
392 codec.GetParam(kCodecParamMaxQuantization, &max_qp);
393 stream.max_qp = max_qp;
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 598 if (rate_control_param->max_qp > 63 ||
600 drv_debug_msg(VIDEO_DEBUG_ERROR, "max_qp(%d) and min_qp(%d) "
602 rate_control_param->max_qp, rate_control_param->min_qp);
603 rate_control_param->max_qp = 63;
604 rate_control_param->min_qp = rate_control_param->max_qp;
613 if (rate_control_param->max_qp != seq->rc_max_quantizer) {
614 drv_debug_msg(VIDEO_DEBUG_ERROR, "max_qp was changed from %d to %d\n",
615 seq->rc_max_quantizer, rate_control_param->max_qp);
616 seq->rc_max_quantizer = rate_control_param->max_qp;
    [all...]
tng_H264ES.c 320 psMiscRcParams->max_qp > 51) {
322 "%s: Initial_qp(%d) min_qp(%d) max_qp(%d) invalid.\nQP shouldn't be larger than 51 for H264\n",
323 __FUNCTION__, psMiscRcParams->initial_qp, psMiscRcParams->min_qp, psMiscRcParams->max_qp);
345 if ((ctx->max_qp != psMiscRcParams->max_qp) &&
346 (psMiscRcParams->max_qp != 0)) {
348 "%s: max_qp updated from %d to %d\n",
349 __FUNCTION__, ctx->max_qp, psMiscRcParams->max_qp);
351 ctx->max_qp = psMiscRcParams->max_qp
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 34 mVideoParamsVP8.max_qp = 63;
178 misc_rate_ctrl->max_qp = mVideoParamsVP8.max_qp;
VideoEncoderBase.cpp     [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6venc.h 99 u32 max_qp; member in struct:venc_qp_range
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6venc.h 99 u32 max_qp; member in struct:venc_qp_range
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 23 #define MAX_QP 51
336 indexA = qp_clip_tab[indexA]; // IClip(0, MAX_QP, QP+video->FilterOffsetA)
337 indexB = qp_clip_tab[indexB]; // IClip(0, MAX_QP, QP+video->FilterOffsetB)
353 indexA = qp_clip_tab[indexA]; // IClip(0, MAX_QP, QP+video->FilterOffsetA)
354 indexB = qp_clip_tab[indexB]; // IClip(0, MAX_QP, QP+video->FilterOffsetB)
380 indexA = qp_clip_tab[indexA]; // IClip(0, MAX_QP, QP+video->FilterOffsetA)
381 indexB = qp_clip_tab[indexB]; // IClip(0, MAX_QP, QP+video->FilterOffsetB)
394 indexA = qp_clip_tab[indexA]; // IClip(0, MAX_QP, QP+video->FilterOffsetA)
395 indexB = qp_clip_tab[indexB]; // IClip(0, MAX_QP, QP+video->FilterOffsetB)
443 indexA = qp_clip_tab[indexA]; // IClip(0, MAX_QP, QP+video->FilterOffsetA
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers_unittest.cc 59 void WithQpLimits(int min_qp, int max_qp) {
61 max_qp_ = max_qp;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 140 bool venc_set_qp_range(OMX_U32 min_qp, OMX_U32 max_qp);
video_encoder_device_v4l2.h 380 bool venc_set_session_qp_range(OMX_U32 min_qp, OMX_U32 max_qp);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 140 bool venc_set_qp_range(OMX_U32 min_qp, OMX_U32 max_qp);
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 140 bool venc_set_qp_range(OMX_U32 min_qp, OMX_U32 max_qp);
video_encoder_device_v4l2.h 520 bool venc_set_session_qp_range(OMX_U32 min_qp, OMX_U32 max_qp);
521 bool venc_set_session_qp_range_packed(OMX_U32 min_qp, OMX_U32 max_qp);
  /external/webrtc/webrtc/video/
video_send_stream.cc 401 RTC_DCHECK_GE(streams[i].max_qp, 0);
408 sim_stream->qpMax = streams[i].max_qp;
421 static_cast<unsigned int>(streams[i].max_qp));
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6venc.h 126 u32 max_qp; member in struct:venc_qp_range
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6venc.h 126 u32 max_qp; member in struct:venc_qp_range
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_verbs.h 150 __u32 max_qp; member in struct:ib_uverbs_query_device_resp
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c     [all...]

Completed in 2170 milliseconds

1 2