HomeSort by relevance Sort by last modified time
    Searched refs:rr (Results 276 - 300 of 631) sorted by null

<<11121314151617181920>>

  /external/libopus/celt/
celt_lpc.c 57 opus_val32 rr = 0; local
59 rr += MULT32_32_Q31(lpc[j],ac[i - j]);
60 rr += SHR32(ac[i + 1],3);
61 r = -frac_div32(SHL32(rr,3), error);
  /external/mdnsresponder/mDNSShared/
dnsextd.h 69 CacheRecord rr; // last field in struct allows for allocation of oversized RRs member in struct:RRTableElem
uds_daemon.h 56 extern void FreeExtraRR(mDNS *const m, AuthRecord *const rr, mStatus result);
  /external/skia/src/svg/
SkSVGDevice.h 27 void drawRRect(const SkRRect& rr, const SkPaint& paint) override;
  /external/skqp/src/svg/
SkSVGDevice.h 26 void drawRRect(const SkRRect& rr, const SkPaint& paint) override;
  /external/vboot_reference/firmware/lib21/
packed_key.c 40 key->rr = buf32 + 2 + key->arrsize;
  /external/skia/gm/
rrect.cpp 118 SkRRect rr; local
120 proc(rrect, d, d, &rr);
121 draw_rrect_color(canvas, rr);
  /external/skia/tools/
sk_tool_utils.h 148 SkRect compute_central_occluder(const SkRRect& rr);
149 SkRect compute_widest_occluder(const SkRRect& rr);
150 SkRect compute_tallest_occluder(const SkRRect& rr);
  /external/skqp/gm/
rrect.cpp 118 SkRRect rr; local
120 proc(rrect, d, d, &rr);
121 draw_rrect_color(canvas, rr);
  /external/skqp/tools/
sk_tool_utils.h 145 SkRect compute_central_occluder(const SkRRect& rr);
146 SkRect compute_widest_occluder(const SkRRect& rr);
147 SkRect compute_tallest_occluder(const SkRRect& rr);
  /external/vboot_reference/tests/
vboot_api_firmware_tests.c 137 uint32_t rr = 256; local
140 VbNvGet(&vnc, VBNV_RECOVERY_REQUEST, &rr);
141 TEST_EQ(rr, expected_recovery, " recovery request");
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 765 Word16 rr[L_CODE][L_CODE]; local
795 rr,
803 rr,
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 253 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
254 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
255 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
256 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT);
346 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
347 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const;
609 void MultiTexShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) cons
    [all...]
es3fDrawTests.cpp 580 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
581 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const;
586 << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT)
587 << sglr::pdec::VertexAttribute("a_offset", rr::GENERICVECTYPE_FLOAT)
588 << sglr::pdec::VertexAttribute("a_color", rr::GENERICVECTYPE_FLOAT)
589 << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT)
590 << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT)
612 void GridProgram::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) cons
    [all...]
  /external/toolchain-utils/crosperf/
benchmark_run.py 261 rr = MockResult('logger', self.label, self.log_level, machine)
262 rr.out = out
263 rr.err = err
264 rr.retval = retval
265 return rr
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_unittest.cc 180 rtcp::ReceiverReport rr; local
181 rr.From(kSenderSsrc);
182 rtc::scoped_ptr<rtcp::RawPacket> packet(rr.Build());
198 rtcp::ReceiverReport rr; local
199 rr.From(kSenderSsrc);
200 rr.WithReportBlock(rb);
201 rtc::scoped_ptr<rtcp::RawPacket> packet(rr.Build());
221 rtcp::ReceiverReport rr; local
222 rr.From(kSenderSsrc);
223 rr.WithReportBlock(rb)
376 rtcp::ReceiverReport rr; local
488 rtcp::ReceiverReport rr; local
    [all...]
  /bionic/libc/dns/resolv/
res_debug.c 157 ns_rr rr; local
175 if (ns_parserr(handle, section, rrnum, &rr)) {
189 ns_rr_name(rr),
190 p_type(ns_rr_type(rr)),
191 p_class(ns_rr_class(rr)));
192 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
196 rdatalen = ns_rr_rdlen(rr);
197 ttl = ns_rr_ttl(rr);
200 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff);
202 const u_char *cp = ns_rr_rdata(rr);
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 35 namespace rr namespace
81 tcu::IVec4 getBufferSize (const rr::MultisampleConstPixelBufferAccess& multisampleBuffer)
86 bool isEmpty (const rr::MultisampleConstPixelBufferAccess& access)
486 const rr::GenericVec4 flatValue = target.getProvokingVertex()->outputs[outputNdx];
494 const rr::GenericVec4 flatValue = target.getProvokingVertex()->outputs[outputNdx];
509 const std::vector<rr::VertexVaryingInfo>& fragInputs = (program.geometryShader) ? (program.geometryShader->getOutputs()) : (program.vertexShader->getOutputs());
534 const std::vector<rr::VertexVaryingInfo>& fragInputs = (program.geometryShader) ? (program.geometryShader->getOutputs()) : (program.vertexShader->getOutputs());
721 const std::vector<rr::VertexVaryingInfo>& fragInputs = (program.geometryShader) ? (program.geometryShader->getOutputs()) : (program.vertexShader->getOutputs());
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 751 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
752 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const;
757 static rr::GenericVecType mapOutputType (const Array::OutputType& type);
763 std::vector<rr::GenericVecType> m_attrType;
823 void ContextShaderProgram::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
832 rr::VertexPacket& packet = *packets[packetNdx];
844 case rr::GENERICVECTYPE_FLOAT: calcShaderColorCoord(coord, color, rr::readVertexAttribFloat(inputs[attribN (…)
    [all...]
glsDrawTest.cpp 898 void setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder);
927 rr::GenericVec4 m_defaultAttrib;
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsclient.go 67 for _, rr := range dns.answer {
68 if _, justHeader := rr.(*dnsRR_Header); justHeader {
75 h := rr.Header()
79 addrs = append(addrs, rr)
82 name = rr.(*dnsRR_CNAME).Cname
  /prebuilts/go/linux-x86/src/net/
dnsclient.go 67 for _, rr := range dns.answer {
68 if _, justHeader := rr.(*dnsRR_Header); justHeader {
75 h := rr.Header()
79 addrs = append(addrs, rr)
82 name = rr.(*dnsRR_CNAME).Cname
  /frameworks/base/tools/aapt2/compile/
Png.cpp 188 int i, j, rr, gg, bb, aa;
207 rr = row[0];
218 printf(" (%d)", rr);
221 printf(" (%d %d", rr, gg);
224 printf(" (%d %d %d)", rr, gg, bb);
227 printf(" (%d %d %d %d)", rr, gg, bb, aa);
254 int i, j, rr, gg, bb, aa, idx; local
277 rr = *row++;
283 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
285 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nv50.cpp 142 Value *rr[7]; local
146 rr[j] = bld->getSSA(fullSize);
157 bld->mkOp1(OP_NOT, fTy, rr[0], r[4])
159 bld->mkOp1(OP_NOT, fTy, rr[1], t[3])
163 Instruction *n = bld->mkOp2(OP_ADD, fTy, NULL, rr[1], one);
169 bld->mkOp2(OP_ADD, fTy, rr[2], rr[0], one)
171 bld->mkMov(rr[3], rr[0])
173 bld->mkOp2(OP_UNION, fTy, rr[4], rr[2], rr[3])
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 392 rr::GenericVec4 mapToFormatColorUnits (const tcu::TextureFormat& texFormat, const tcu::Vec4& normalizedRange)
398 case tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT: return rr::GenericVec4(normalizedRange);
399 case tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT: return rr::GenericVec4(normalizedRange * 2.0f - 1.0f);
400 case tcu::TEXTURECHANNELCLASS_FLOATING_POINT: return rr::GenericVec4(texFormatInfo.valueMin + normalizedRange * texFormatInfo.valueMax);
401 case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER: return rr::GenericVec4(tcu::mix(texFormatInfo.valueMin, texFormatInfo.valueMax, normalizedRange).cast<deInt32>());
402 case tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER: return rr::GenericVec4(tcu::mix(texFormatInfo.valueMin, texFormatInfo.valueMax, normalizedRange).cast<deUint32>());
406 return rr::GenericVec4();
410 rr::GenericVec4 mapToFormatColorRepresentable (const tcu::TextureFormat& texFormat, const tcu::Vec4& normalizedRange)
415 const rr::GenericVec4 inFormatUnits = mapToFormatColorUnits(texFormat, normalizedRange);
436 return rr::GenericVec4(tcu::select(linearized, tcu::Vec4(0.0f), channelMask))
    [all...]

Completed in 2059 milliseconds

<<11121314151617181920>>