HomeSort by relevance Sort by last modified time
    Searched defs:qp (Results 1 - 25 of 34) sorted by null

1 2

  /external/webrtc/webrtc/test/fuzzers/
vp8_qp_parser_fuzzer.cc 14 int qp; local
15 vp8::GetQp(data, size, &qp);
  /external/google-breakpad/src/third_party/libdisasm/
x86_imm.c 11 qword_t *qp = (qword_t *) dest; local
28 *qp = *((qword_t *) buf);
43 qword_t *qp = (qword_t *) dest; local
60 *qp = *((qword_t *) buf);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser_unittest.cc 22 // Contains enough of the image slice to contain slice QP.
30 // Contains enough of the image slice to contain slice QP.
37 int qp; local
38 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp));
44 int qp; local
45 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp));
51 int qp; local
52 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp));
53 EXPECT_EQ(35, qp);
58 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp));
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/
quantization_util_test.cc 160 QuantizationParams qp = ChooseQuantizationParams<uint8>(-10.0, 30.0); local
161 EXPECT_NEAR(qp.scale, 0.156863, 1e-5);
162 EXPECT_EQ(qp.zero_point, 64);
166 QuantizationParams qp = ChooseQuantizationParams<uint8>(0.0, 30.0); local
167 EXPECT_NEAR(qp.scale, 0.117647, 1e-5);
168 EXPECT_EQ(qp.zero_point, 0);
184 QuantizationParams qp = ChooseQuantizationParams<uint8>(0.0, 0.0); local
185 EXPECT_NEAR(qp.scale, 0.0, 1e-5);
186 EXPECT_EQ(qp.zero_point, 0);
190 QuantizationParams qp = ChooseQuantizationParams<uint8>(-10.0, 0.0) 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/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/libaom/libaom/av1/encoder/x86/
av1_highbd_quantize_avx2.c 19 static INLINE void init_one_qp(const __m128i *p, __m256i *qp) {
23 *qp = _mm256_insertf128_si256(_mm256_castsi128_si256(dc), ac, 1);
26 static INLINE void update_qp(__m256i *qp) {
27 qp[0] = _mm256_permute2x128_si256(qp[0], qp[0], 0x11);
28 qp[1] = _mm256_permute2x128_si256(qp[1], qp[1], 0x11);
29 qp[2] = _mm256_permute2x128_si256(qp[2], qp[2], 0x11)
100 __m256i qp[3], coeff; local
    [all...]
av1_quantize_avx2.c 40 static INLINE void init_one_qp(const __m128i *p, __m256i *qp) {
42 *qp = _mm256_insertf128_si256(_mm256_castsi128_si256(*p), ac, 1);
47 __m256i *thr, __m256i *qp) {
58 init_one_qp(&round, &qp[0]);
59 init_one_qp(&quant, &qp[1]);
62 qp[1] = _mm256_slli_epi16(qp[1], log_scale);
65 init_one_qp(&dequant, &qp[2]);
66 *thr = _mm256_srai_epi16(qp[2], 1 + log_scale);
69 static INLINE void update_qp(int log_scale, __m256i *thr, __m256i *qp) {
147 __m256i qp[3]; local
222 __m256i qp[3]; local
301 __m256i qp[3]; local
    [all...]
  /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):
  /external/webrtc/webrtc/video/
receive_statistics_proxy.cc 59 int qp = qp_counters_.vp8.Avg(kMinRequiredSamples); local
60 if (qp != -1)
61 RTC_HISTOGRAM_COUNTS_SPARSE_200("WebRTC.Video.Decoded.Vp8.Qp", qp);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant_inline.h 99 __inline int32 aan_dc_scale(int32 coeff, int32 QP)
102 if (coeff < 0) coeff += (QP >> 1);
103 else coeff -= (QP >> 1);
124 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
131 stepsize *= QP;
243 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
250 smulbb stepsize, stepsize, QP
340 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
347 mul stepsize, stepsize, QP
379 __inline int32 aan_dc_scale(int32 coeff, int32 QP)
435 register int32 qp = QPdiv2; local
488 register int32 qp = QPx2; local
542 register int32 qp = QP; local
573 register int32 qp = QP; local
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
highbd_quantize_intrin_avx2.c 18 static INLINE void init_one_qp(const __m128i *p, __m256i *qp) {
22 *qp = _mm256_insertf128_si256(_mm256_castsi128_si256(dc), ac, 1);
25 static INLINE void update_qp(__m256i *qp) {
28 qp[i] = _mm256_permute2x128_si256(qp[i], qp[i], 0x11);
34 const int16_t *quant_shift_ptr, __m256i *qp) {
40 init_one_qp(&zbin, &qp[0]);
41 init_one_qp(&round, &qp[1]);
42 init_one_qp(&quant, &qp[2])
123 __m256i qp[5], coeff; local
    [all...]
  /external/libpcap/
pcap-rdmasniff.c 56 struct ibv_qp * qp; member in struct:pcap_rdmasniff
84 ibv_destroy_qp(priv->qp);
110 ibv_post_recv(priv->qp, &wr, &bad_wr);
234 priv->qp = ibv_create_qp(priv->pd, &qp_init_attr);
235 if (!priv->qp) {
237 "Failed to create QP for device %s", handle->opt.device);
244 if (ibv_modify_qp(priv->qp, &qp_attr, IBV_QP_STATE | IBV_QP_PORT)) {
246 "Failed to modify QP to INIT for device %s", handle->opt.device);
252 if (ibv_modify_qp(priv->qp, &qp_attr, IBV_QP_STATE)) {
254 "Failed to modify QP to RTR for device %s", handle->opt.device)
    [all...]
  /external/libunwind/src/ia64/
unwind_decoder.h 76 * UNW_DEC_RESTORE_P(fmt,qp,t,abreg,arg)
80 * UNW_DEC_SPILL_PSPREL_P(fmt,qp,t,abreg,pspoff,arg)
82 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
84 * UNW_DEC_SPILL_SPREL_P(fmt,qp,t,abreg,pspoff,arg)
144 unsigned char byte1, byte2, abreg, qp; local
151 qp = (byte1 & 0x3f);
155 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg);
157 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg);
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
170 qp = (byte1 & 0x3f)
    [all...]
Gparser.c 546 desc_is_active (unsigned char qp, unw_word t, struct ia64_state_record *sr)
550 if (qp > 0)
552 if ((sr->pr_val & ((unw_word_t) 1 << qp)) == 0)
554 sr->pr_mask |= ((unw_word_t) 1 << qp);
560 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg,
565 if (!desc_is_active (qp, t, sr))
575 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg,
582 if (!desc_is_active (qp, t, sr))
597 desc_spill_psprel_p (unsigned char qp, unw_word t, unsigned char abreg,
602 if (!desc_is_active (qp, t, sr)
799 int8_t qp; local
    [all...]
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
quantize.cc 159 QuantizationPoints qp; local
161 qp.min_value = std::numeric_limits<Integer>::min();
162 qp.max_value = std::numeric_limits<Integer>::max();
164 qp.central_value = (qp.min_value / 2 + // -128 -> -64.
165 (qp.max_value - 1) / 2 + // 127 -> 63.
167 return qp;
289 const QuantizationPoints qp = GetQuantizationPoints(*quantized_data_type); local
290 quantization_params->zero_point = qp.central_value;
291 quantization_params->scale = 1. / (qp.central_value - qp.min_value)
304 const QuantizationPoints qp = GetQuantizationPoints(*quantized_data_type); local
314 const QuantizationPoints qp = GetQuantizationPoints(*quantized_data_type); local
327 const QuantizationPoints qp = GetQuantizationPoints(*quantized_data_type); local
    [all...]
  /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;
  /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/libunwind/include/
libunwind-dynamic.h 86 int8_t qp; /* qualifying predicate register */ member in struct:unw_dyn_op
179 #define _U_dyn_op_save_reg(op, qp, when, reg, dst) \
180 (*(op) = _U_dyn_op (UNW_DYN_SAVE_REG, (qp), (when), (reg), (dst)))
182 #define _U_dyn_op_spill_fp_rel(op, qp, when, reg, offset) \
183 (*(op) = _U_dyn_op (UNW_DYN_SPILL_FP_REL, (qp), (when), (reg), \
186 #define _U_dyn_op_spill_sp_rel(op, qp, when, reg, offset) \
187 (*(op) = _U_dyn_op (UNW_DYN_SPILL_SP_REL, (qp), (when), (reg), \
190 #define _U_dyn_op_add(op, qp, when, reg, value) \
191 (*(op) = _U_dyn_op (UNW_DYN_ADD, (qp), (when), (reg), (value)))
193 #define _U_dyn_op_pop_frames(op, qp, when, num_frames)
    [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...]
  /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...]
  /frameworks/av/media/codec2/components/hevc/
C2SoftHevcEnc.cpp 429 int qp; local
432 /* Quality: 100 -> Qp : MIN_QP
433 * Quality: 0 -> Qp : MAX_QP
434 * Qp = ((MIN_QP - MAX_QP) * quality / 100) + MAX_QP;
436 qp = ((MIN_QP - MAX_QP) * quality / 100) + MAX_QP;
437 qp = std::min(qp, MAX_QP);
438 qp = std::max(qp, MIN_QP);
439 return qp;
    [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 1201 char qbuf[MAXDNAME + 1], *qp, *ep; local
1228 qp = qbuf;
1231 advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.",
1234 if (advance > 0 && qp + advance < ep)
1235 qp += advance;
    [all...]
  /external/libaom/libaom/apps/
aomdec.c 734 if (framestats_file) fprintf(framestats_file, "bytes,qp\r\n");
761 int qp; local
762 if (aom_codec_control(&decoder, AOMD_GET_LAST_QUANTIZER, &qp)) {
767 fprintf(framestats_file, "%d,%d\r\n", (int)bytes_in_buffer, qp);
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 829 if (framestats_file) fprintf(framestats_file, "bytes,qp\n");
857 int qp; local
858 if (vpx_codec_control(&decoder, VPXD_GET_LAST_QUANTIZER, &qp)) {
863 fprintf(framestats_file, "%d,%d\n", (int)bytes_in_buffer, qp);
    [all...]

Completed in 843 milliseconds

1 2