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

1 2 3 4 5

  /external/webrtc/webrtc/test/fuzzers/
vp8_qp_parser_fuzzer.cc 14 int qp; local
15 vp8::GetQp(data, size, &qp);
  /external/webrtc/webrtc/modules/video_coding/utility/
qp_parser.cc 18 bool QpParser::GetQp(const VCMEncodedFrame& frame, int* qp) {
21 // QP range: [0, 127].
22 return vp8::GetQp(frame.Buffer(), frame.Length(), qp);
qp_parser.h 23 // Parses an encoded |frame| and extracts the |qp|.
25 bool GetQp(const VCMEncodedFrame& frame, int* qp);
vp8_header_parser.h 60 // Gets the QP, QP range: [0, 127].
62 bool GetQp(const uint8_t* buf, size_t length, int* qp);
quality_scaler.h 33 void ReportQP(int qp);
quality_scaler.cc 53 void QualityScaler::ReportQP(int qp) {
55 average_qp_.AddSample(qp);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_transform.h 49 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap);
50 void h264bsdProcessLumaDc(i32 *data, u32 qp);
51 void h264bsdProcessChromaDc(i32 *data, u32 qp);
h264bsd_transform.c 58 /* qp % 6 as a function of qp */
62 /* qp / 6 as a function of qp */
80 qp quantization parameter
94 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap)
107 qpDiv = qpDiv6[qp];
108 tmp1 = levelScale[qpMod6[qp]][0] << qpDiv;
109 tmp2 = levelScale[qpMod6[qp]][1] << qpDiv;
110 tmp3 = levelScale[qpMod6[qp]][2] << qpDiv
    [all...]
  /external/libavc/encoder/
ih264e_debug.h 43 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) \
44 ih264e_debug_dump_qp(pic_cnt, qp, num_cores);
55 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) (void);
ih264e_utils.h 264 * The forward quantization modules depends on qp/6, qp mod 6, forward scale
266 * modules depends on qp/6, qp mod 6, inverse scale matrix, weight list.
272 * @param[in] qp
281 void ih264e_init_quant_params(process_ctxt_t *ps_proc, int qp);
341 * qp and pic type for the current frame. Queues proc jobs so that
irc_frame_info_collector.h 69 #define FI_UPDATE_MB_QP(frame_info,qp,mb_type)\
70 {(frame_info)->qp_sum[(mb_type)] += (qp);(frame_info)->num_mbs[(mb_type)]++;}
  /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/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...]
h264_bitstream_parser.h 23 // Stateful H264 bitstream parser (due to SPS/PPS). Used to parse out QP values
34 // Get the last extracted QP value from the parsed bitstream.
35 bool GetLastSliceQp(int* qp) const;
73 // Last parsed slice 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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
polynomial.h 18 isl_ctx *isl_qpolynomial_get_ctx(__isl_keep isl_qpolynomial *qp);
20 __isl_keep isl_qpolynomial *qp);
21 __isl_give isl_space *isl_qpolynomial_get_space(__isl_keep isl_qpolynomial *qp);
22 unsigned isl_qpolynomial_dim(__isl_keep isl_qpolynomial *qp,
24 int isl_qpolynomial_involves_dims(__isl_keep isl_qpolynomial *qp,
28 __isl_take isl_qpolynomial *qp,
40 __isl_give isl_qpolynomial *isl_qpolynomial_copy(__isl_keep isl_qpolynomial *qp);
41 void *isl_qpolynomial_free(__isl_take isl_qpolynomial *qp);
45 int isl_qpolynomial_is_zero(__isl_keep isl_qpolynomial *qp);
46 int isl_qpolynomial_is_nan(__isl_keep isl_qpolynomial *qp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
polynomial.h 18 isl_ctx *isl_qpolynomial_get_ctx(__isl_keep isl_qpolynomial *qp);
20 __isl_keep isl_qpolynomial *qp);
21 __isl_give isl_space *isl_qpolynomial_get_space(__isl_keep isl_qpolynomial *qp);
22 unsigned isl_qpolynomial_dim(__isl_keep isl_qpolynomial *qp,
24 int isl_qpolynomial_involves_dims(__isl_keep isl_qpolynomial *qp,
28 __isl_take isl_qpolynomial *qp,
40 __isl_give isl_qpolynomial *isl_qpolynomial_copy(__isl_keep isl_qpolynomial *qp);
41 void *isl_qpolynomial_free(__isl_take isl_qpolynomial *qp);
45 int isl_qpolynomial_is_zero(__isl_keep isl_qpolynomial *qp);
46 int isl_qpolynomial_is_nan(__isl_keep isl_qpolynomial *qp);
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
temporal_layers.h 53 virtual void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) = 0;
default_temporal_layers.h 38 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override {}
screenshare_layers.h 49 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override;
  /hardware/intel/common/libva/va/vendor/intel/
va_intel_statistics.h 72 /** \brief Qp input surface. It is valid only when mb_qp is set to 1.
74 * One Qp per 16x16 block in raster scan order, each Qp is a signed char (8-bit) value.
76 VASurfaceID qp; member in struct:_VAStatsStatisticsParameter16x16Intel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term_entry.h 102 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term_entry.h 102 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next)
  /external/chromium-trace/catapult/third_party/Paste/tests/test_util/
test_mimeparse.py 144 qp = quality_parsed
145 assert qp('image/gif;q=0.7', [('image', 'jpg', {'q': '0.5'})]) == 0
146 assert qp('image/gif;q=0.7', [('image', '*', {'q': '0.5'})]) == 0.5
147 assert qp('audio/mp3;q=0.7;quality=100', [
  /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...]

Completed in 2206 milliseconds

1 2 3 4 5