HomeSort by relevance Sort by last modified time
    Searched refs:qp (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.h 295 unsigned short qp; member in struct:unw_x_record
tc-ia64.c 240 expressionS qp; member in struct:__anon115714
666 link_to_qp_branch:1; /* will a branch on the same QP clear it?*/
692 } *qp_mutexes = NULL; /* QP mutex bitmasks */
1024 if (md.qp.X_op == O_register)
3505 unsigned int qp, ab, reg; local
4042 unsigned int qp, ab, xy, reg, treg; local
4072 unsigned int qp, ab, reg; local
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c 208 // Dont Write QP Values To ESB -- IPE will write these values
209 // Update the quantization parameter which includes doing Lamda and the Chroma QP
265 // Dont Write QP Values To ESB -- IPE will write these values
266 // Update the quantization parameter which includes doing Lamda and the Chroma QP
330 // Dont Write QP Values To ESB -- IPE will write these values
331 // Update the quantization parameter which includes doing Lamda and the Chroma QP
344 IMG_INT8 qp = n; local
345 if (qp > 51) qp = 51;
347 uIPESkipVecBias = H264SkipBias(qp, ui8THSkip)
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 1577 uint64_t qp = dividend \/ v[n-1]; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 1551 uint64_t qp = dividend \/ v[n-1]; local
    [all...]
  /external/eigen/Eigen/src/Core/
MathFunctions.h 361 Scalar p, qp; local
365 qp = _y / p;
370 qp = _x / p;
373 return p * sqrt(RealScalar(1) + qp*qp);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 732 DEBUG_PRINT_LOW("Frame QP = %d", payload->frame_qp);
2292 OMX_QCOM_VIDEO_PARAM_IPB_QPRANGETYPE *qp = local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.i     [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 1239 char qbuf[MAXDNAME + 1], *qp, *ep; local
1266 qp = qbuf;
1269 advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.",
1272 if (advance > 0 && qp + advance < ep)
1273 qp += advance;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 354 // initializing QP range parameters
2040 struct venc_sessionqp qp = {0, 0}; local
2064 struct venc_qprange qp = {0, 0}; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 355 // initializing QP range parameters
2041 struct venc_sessionqp qp = {0, 0}; local
2065 struct venc_qprange qp = {0, 0}; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
select.go 335 qp unsafe.Pointer
578 qp = chanbuf(c, c.recvx)
580 typedmemmove(c.elemtype, cas.elem, qp)
582 typedmemclr(c.elemtype, qp)
  /prebuilts/go/linux-x86/src/runtime/
select.go 335 qp unsafe.Pointer
578 qp = chanbuf(c, c.recvx)
580 typedmemmove(c.elemtype, cas.elem, qp)
582 typedmemclr(c.elemtype, qp)
  /external/libavc/encoder/
ih264e_utils.c 133 * 3) Uses RC library to decide the QP at which current frame has to be
323 /* Get current frame Qp */
957 * The forward quantization modules depends on qp/6, qp mod 6, forward scale
959 * modules depends on qp/6, qp mod 6, inverse scale matrix, weight list.
965 * @param[in] qp
974 void ih264e_init_quant_params(process_ctxt_t *ps_proc, int qp)
    [all...]
  /external/libunwind/src/mi/
Gdyn-remote.c 46 || (ret = fetch8 (as, a, addr, &op->qp, arg)) < 0
  /external/syslinux/gpxe/src/drivers/infiniband/
hermon.h 128 struct hermonprm_mcg_qp_dw_st qp[8]; member in struct:hermonprm_mcg_entry_st
286 /** QP context entry size */
417 /** Number of queue pairs reserved for the "special QP" block
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 110 int qp; member in struct:mpeg2enc_context
533 fprintf(stderr, "\t--cqp <QP> const qp mode with specified <QP>\n");
629 ctx->qp = 8;
647 fprintf(stderr, "Warning: QP must be in [2, 62]\n");
656 ctx->qp = tmp & 0xFE;
    [all...]
mpeg2vaenc.c 110 int qp; member in struct:mpeg2enc_context
533 fprintf(stderr, "\t--cqp <QP> const qp mode with specified <QP>\n");
629 ctx->qp = 8;
647 fprintf(stderr, "Warning: QP must be in [2, 62]\n");
656 ctx->qp = tmp & 0xFE;
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 777 if (framestats_file) fprintf(framestats_file, "bytes,qp\n");
805 int qp; local
806 if (vpx_codec_control(&decoder, VPXD_GET_LAST_QUANTIZER, &qp)) {
811 fprintf(framestats_file, "%d,%d\n", (int)bytes_in_buffer, qp);
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 114 TimingInfo(const VkPresentTimeGOOGLE* qp, uint64_t nativeFrameId)
115 : vals_{qp->presentID, qp->desiredPresentTime, 0, 0, 0},
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 195 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override {
196 layers_->FrameEncoded(size, timestamp, qp);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon40235
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon40279
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon40323
    [all...]

Completed in 7882 milliseconds

1 2 34 5 6