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

1 23 4 5 6

  /external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s 47 @ * This inverse transformed content is scaled to based on Qp value.
62 @ * Floor (qp/6)
146 vshl.s32 q0, q0, q10 @ Q0 = q[i] = (p[i] << (qP/6)) where i = 0..3
147 vshl.s32 q1, q1, q10 @ Q1 = q[i] = (p[i] << (qP/6)) where i = 4..7
148 vshl.s32 q2, q2, q10 @ Q2 = q[i] = (p[i] << (qP/6)) where i = 8..11
149 vshl.s32 q3, q3, q10 @ Q3 = q[i] = (p[i] << (qP/6)) where i = 12..15
169 @ * This inverse transformed content is scaled to based on Qp value.
185 @ * Floor (qp/6)
216 vld1.u16 d28[0], [sp] @load qp/6
221 vsubl.u16 q14, d28, d29 @qp\6 -
    [all...]
  /external/libhevc/decoder/
ihevcd_cabac.c 119 * @param[in] qp
120 * current slice Qp
134 WORD32 qp,
141 ASSERT((qp >= 0) && (qp < 52));
143 UNUSED(qp);
161 /* cabac context initialization based on init idc and slice qp */
  /external/webrtc/webrtc/modules/video_coding/utility/
vp8_header_parser.cc 162 bool GetQp(const uint8_t* buf, size_t length, int* qp) {
164 LOG(LS_WARNING) << "Failed to get QP, invalid length.";
177 LOG(LS_WARNING) << "Failed to get QP, invalid length: " << length;
192 // Base QP.
195 LOG(LS_WARNING) << "Failed to get QP, end of file reached.";
198 *qp = base_q0;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbydns.c 643 char qbuf[MAXDNAME+1], *qp; local
690 qp = qbuf;
692 qp += SPRINTF((qp, "%x.%x.",
696 strcpy(qp, "ip6.int");
  /external/eigen/Eigen/src/Core/functors/
BinaryFunctors.h 270 Scalar p, qp; local
274 qp = _y / p;
279 qp = _x / p;
281 return p * sqrt(Scalar(1) + qp*qp);
  /external/webrtc/webrtc/modules/video_coding/
video_receiver.cc 293 int qp = -1; local
294 if (qp_parser_.GetQp(*frame, &qp)) {
295 encoded_image.qp_ = qp;
  /bionic/libc/kernel/uapi/rdma/
vmw_pvrdma-abi.h 215 __u64 qp; member in struct:pvrdma_cqe
  /external/kernel-headers/original/uapi/rdma/
vmw_pvrdma-abi.h 53 #define PVRDMA_UAR_QP_OFFSET 0 /* QP doorbell. */
272 __u64 qp; member in struct:pvrdma_cqe
  /hardware/intel/common/libva/va/
va_enc_h264.h 544 * If \ref qp is set to 0xff, then the actual value is derived
547 unsigned char qp; member in struct:_VAEncMacroblockParameterBufferH264
700 * \brief This structure holds luma Qp per 16x16 macroblock. Buffer size shall be
  /hardware/intel/img/psb_video/src/
tng_hostbias.c 129 * Description : return the Inter Bias Value to use for the given QP
229 // Dont Write QP Values To ESB -- IPE will write these values
230 // Update the quantization parameter which includes doing Lamda and the Chroma QP
295 // Dont Write QP Values To ESB -- IPE will write these values
296 // Update the quantization parameter which includes doing Lamda and the Chroma QP
373 // Dont Write QP Values To ESB -- IPE will write these values
374 // Update the quantization parameter which includes doing Lamda and the Chroma QP
383 IMG_INT8 qp = n; local
384 if (qp > 51) qp = 51
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 230 // H264 bitstream parser, used to extract QP from encoded bitstreams.
348 // QP is obtained from VP8-bitstream for HW, so the QP corresponds to the
350 // always = 127. Note that in SW, QP is that of the user-level range [0,
353 // TODO(pbos): Investigate whether high-QP thresholds make sense for VP8.
354 // This effectively disables high QP as VP8 QP can't go above this
360 // H264 QP is in the range [0, 51].
367 // their QP thresholds for scaling.
368 RTC_NOTREACHED() << "Unsupported codec without configured QP thresholds."
968 int qp; local
975 int qp; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimify.py 38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) variable
145 if qp.match(line):
302 if qp.match(line):
  /external/python/cpython2/Lib/
mimify.py 38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) variable
145 if qp.match(line):
302 if qp.match(line):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimify.py 38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) variable
145 if qp.match(line):
302 if qp.match(line):
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimify.py 38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) variable
145 if qp.match(line):
302 if qp.match(line):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) variable
145 if qp.match(line):
302 if qp.match(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) variable
145 if qp.match(line):
302 if qp.match(line):
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 593 // Disable both high-QP limits and framedropping. Both are handled by libvpx
1006 int qp = -1; local
1034 int qp; local
    [all...]
realtime_temporal_layers.cc 249 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override {}
  /prebuilts/go/darwin-x86/src/syscall/
syscall_netbsd.go 38 qp := (*byte)(unsafe.Pointer(&qnode))
40 if err = sysctl(mib, nil, &olen, qp, sz); err != nil {
47 if err = sysctl(mib, np, &olen, qp, sz); err != nil {
  /prebuilts/go/linux-x86/src/syscall/
syscall_netbsd.go 38 qp := (*byte)(unsafe.Pointer(&qnode))
40 if err = sysctl(mib, nil, &olen, qp, sz); err != nil {
47 if err = sysctl(mib, np, &olen, qp, sz); err != nil {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser.cc 558 bool H264BitstreamParser::GetLastSliceQp(int* qp) const {
561 *qp = 26 + pps_.pic_init_qp_minus26 + last_slice_qp_delta_;
  /external/syslinux/gpxe/src/drivers/infiniband/
arbel.h 216 struct arbelprm_qp_db_record qp; member in union:arbelprm_doorbell_record
243 /** QP context entry size */
245 /** Extended QP context entry size */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
dim.h 106 __isl_give isl_space *isl_qpolynomial_get_dim(__isl_keep isl_qpolynomial *qp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
dim.h 106 __isl_give isl_space *isl_qpolynomial_get_dim(__isl_keep isl_qpolynomial *qp);

Completed in 1451 milliseconds

1 23 4 5 6