/third_party/ffmpeg/libavcodec/ |
H A D | hevcpred_template.c | 33 #define PU(x) \ in intra_pred() macro 38 MVF(PU(x0 + ((x) * (1 << hshift))), PU(y0 + ((y) * (1 << vshift)))) in intra_pred() 119 int size_in_luma_pu_v = PU(size_in_luma_v); in intra_pred() 120 int size_in_luma_pu_h = PU(size_in_luma_h); in intra_pred() 126 int x_left_pu = PU(x0 - 1); in intra_pred() 127 int y_bottom_pu = PU(y0 + size_in_luma_v); in intra_pred() 134 int x_left_pu = PU(x0 - 1); in intra_pred() 135 int y_left_pu = PU(y0); in intra_pred() 142 int x_left_pu = PU(x in intra_pred() 549 #undef PU global() macro [all...] |
H A D | vp3.c | 1652 #define PU 4 in reverse_dc_prediction() macro 1679 { 0, 128, 0, 0 }, // PU in reverse_dc_prediction() 1680 { 0, 64, 0, 64 }, // PU |PL in reverse_dc_prediction() 1681 { 0, 128, 0, 0 }, // PU |PUR in reverse_dc_prediction() 1682 { 0, 0, 53, 75 }, // PU |PUR|PL in reverse_dc_prediction() 1687 { 0, 128, 0, 0 }, // PUL|PU in reverse_dc_prediction() 1688 { -104, 116, 0, 116 }, // PUL|PU |PL in reverse_dc_prediction() 1689 { 24, 80, 24, 0 }, // PUL|PU |PUR in reverse_dc_prediction() 1690 { -104, 116, 0, 116 } // PUL|PU |PUR|PL in reverse_dc_prediction() 1746 transform |= PU; in reverse_dc_prediction() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 78 auto &PU = PredIt.getUse(); in getEdge() local 79 return PU.getUser()->getOperandUse(PU.getOperandNo()); in getEdge() 118 auto &PU = PredIt.getUse(); in hasLiveIncomingEdges() local 119 const Use &U = PU.getUser()->getOperandUse(PU.getOperandNo()); in hasLiveIncomingEdges()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.cpp | 1551 #define PU(VAL, OFFS, BITS) (uintToChannel((VAL), (BITS)) << (OFFS)) in setPixel() macro 1557 case TextureFormat::UNSIGNED_BYTE_44: *((deUint8 *)pixelPtr) = (deUint8)(PU((deUint32)color[0], 4, 4) | PU((deUint32)color[1], 0, 4)); break; in setPixel() 1570 *((deUint16*)pixelPtr) = (deUint16)(PU(swizzled[0], 11, 5) | PU(swizzled[1], 5, 6) | PU(swizzled[2], 0, 5)); in setPixel() 1591 *((deUint16*)pixelPtr) = (deUint16)(PU(swizzled[0], 12, 4) | PU(swizzled[1], 8, 4) | PU(swizzled[2], 4, 4) | PU(swizzle in setPixel() 1672 #undef PU setPixel() macro 1701 #define PU setPixel() macro 1782 #undef PU setPixel() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFRegisters.cpp | 85 BitVector PU(TRI.getNumRegUnits()); in PhysicalRegisterInfo() 91 PU.set(*U); in PhysicalRegisterInfo() 93 MaskInfos[M].Units = PU.flip(); in PhysicalRegisterInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 857 if (PHINode *PU = dyn_cast<PHINode>(PN->user_back())) in DeadPHICycle() 858 return DeadPHICycle(PU, PotentiallyDeadPHIs); in DeadPHICycle() 1166 if (PHINode *PU = dyn_cast<PHINode>(PHIUser)) { in visitPHINode() 1169 if (DeadPHICycle(PU, PotentiallyDeadPHIs)) in visitPHINode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TailDuplicator.cpp | 650 MachineOperand &PU = I.getOperand(Idx); in shouldTailDuplicate() local 651 if (PU.getSubReg() != 0) in shouldTailDuplicate()
|