/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_SddProc.cpp | 326 std::unique_ptr<CJBig2_HuffmanTable> pTable; 576 pTable.reset(new CJBig2_HuffmanTable( 580 if (pHuffmanDecoder->decodeAValue(pTable.get(), (int*)&EXRUNLENGTH) != 0) {
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_PredictIntra_16x16_s.s | 67 pTable RN 9 194 LDR pTable,=armVCM4P10_pIndexTable16x16 ;// Load index table for switch case 203 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
omxVCM4P10_PredictIntraChroma_8x8_s.s | 62 pTable RN 8 190 LDR pTable,=armVCM4P10_pIndexTable8x8 ;// Load index table for switch case 199 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
omxVCM4P10_PredictIntra_4x4_s.s | 54 pTable RN 8 180 LDR pTable,=armVCM4P10_pSwitchTable4x4 ;// Load index table for switch case 187 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
/device/linaro/hikey/l-loader/ |
gen_loader.py | 59 # parse partition from the primary ptable 217 # Doesn't match. It means that secondary ptable is specified.
|
/external/pdfium/xfa/src/fgas/src/font/ |
fx_stdfontmgr.cpp | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_FindMVpred_s.s | 57 pTable RN 4
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_FindMVpred_s.s | 57 pTable RN 4
|
/external/aac/libSBRdec/src/ |
env_extr.cpp | 893 const int *pTable; 897 pTable = FDK_sbrDecoder_envelopeTable_8[tranPosInternal]; 900 pTable = FDK_sbrDecoder_envelopeTable_15[tranPosInternal]; 903 pTable = FDK_sbrDecoder_envelopeTable_16[tranPosInternal]; 910 nEnv = pTable[0]; 913 hSbrFrameInfo->borders[i] = pTable[i+2]; 920 tranIdx = hSbrFrameInfo->tranEnv = pTable[1]; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_PredictIntraChroma_8x8_s.s | 73 pTable RN 9 138 LDR pTable,=armVCM4P10_pIndexTable8x8 ;// Load index table for switch case 148 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
omxVCM4P10_PredictIntra_16x16_s.s | 65 pTable RN 9 135 LDR pTable,=armVCM4P10_pIndexTable16x16 ;// Load index table for switch case 144 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
omxVCM4P10_PredictIntra_4x4_s.s | 60 pTable RN 9 120 LDR pTable,=armVCM4P10_pSwitchTable4x4 ;// Load index table for switch case 128 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
/external/vulkan-validation-layers/layers/ |
parameter_validation.cpp | 103 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); 104 VkResult result = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback); 117 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); 118 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); 127 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); 128 pTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg); [all...] |
swapchain.cpp | [all...] |
core_validation.cpp | [all...] |
/external/aac/libSBRenc/src/ |
fram_gen.cpp | 701 const int *pTable = NULL; 706 pTable = envelopeTable_8[tranPosInternal]; 710 pTable = envelopeTable_15[tranPosInternal]; 714 pTable = envelopeTable_16[tranPosInternal]; 720 nEnv = pTable[0]; 723 hSbrFrameInfo->borders[i] = pTable[i+2]; 741 hSbrFrameInfo->shortEnv = pTable[2]; 743 tranIdx = pTable[1]; [all...] |
/external/opencv3/3rdparty/libpng/ |
png.c | [all...] |
/external/vulkan-validation-layers/ |
vk-layer-generate.py | 588 func_body.append(" VkLayerInstanceDispatchTable* pTable = get_dispatch_table(%s_instance_table_map, instance);" % self.layer_name) 590 func_body.append(' if (instanceExtMap.size() != 0 && instanceExtMap[pTable].%s)' % ext_enable) [all...] |
generator.py | [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_colors.cpp | 950 const uint8_t* pTable = m_Table; 954 m_pCompMinMax[i * 2 + 1] * pTable[index * m_nBaseComponents + i] / 255; [all...] |
/external/libpng/ |
png.c | [all...] |
/external/pdfium/third_party/lpng_v163/ |
png.c | [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
fpdf_parser_parser.cpp | [all...] |
/external/valgrind/perf/ |
tinycc.c | 7136 TokenSym *ts, **ptable; local [all...] |
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/ |
arm_math.h | [all...] |