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

1 2

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
armSP_FFT_CToC_FC32_Radix2_unsafe_s.S 67 #define pTable r9
armSP_FFT_CToC_SC32_Radix2_unsafe_s.S 75 #define pTable r9
  /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
  /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_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
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
  /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...]
  /external/chromium_org/third_party/sqlite/src/src/
analyze.c 470 analyzeTable(pParse, pIdx->pTable, pIdx);
485 analyzeTable(pParse, pIdx->pTable, pIdx);
519 Table *pTable;
530 pTable = sqlite3FindTable(pInfo->db, argv[0], pInfo->zDatabase);
531 if( pTable==0 ){
547 if( i==0 ) pTable->nRowEst = v;
trigger.c 531 Table *pTable;
538 pTable = tableOfTrigger(pTrigger);
539 assert( pTable );
540 assert( pTable->pSchema==pTrigger->pSchema || iDb==1 );
547 if( sqlite3AuthCheck(pParse, code, pTrigger->zName, pTable->zName, zDb) ||
556 assert( pTable!=0 );
    [all...]
vtab.c 235 ** Add a new module argument to pTable->azModuleArg[].
240 static void addModuleArgument(sqlite3 *db, Table *pTable, char *zArg){
241 int i = pTable->nModuleArg++;
242 int nBytes = sizeof(char *)*(1+pTable->nModuleArg);
244 azModuleArg = sqlite3DbRealloc(db, pTable->azModuleArg, nBytes);
248 sqlite3DbFree(db, pTable->azModuleArg[j]);
251 sqlite3DbFree(db, pTable->azModuleArg);
252 pTable->nModuleArg = 0;
257 pTable->azModuleArg = azModuleArg;
272 Table *pTable; /* The new virtual table *
    [all...]
build.c 381 if( pIndex->pTable->pIndex==pIndex ){
382 pIndex->pTable->pIndex = pIndex->pNext;
387 p = pIndex->pTable->pIndex;
483 static void sqliteDeleteColumnNames(sqlite3 *db, Table *pTable){
486 assert( pTable!=0 );
487 if( (pCol = pTable->aCol)!=0 ){
488 for(i=0; i<pTable->nCol; i++, pCol++){
495 sqlite3DbFree(db, pTable->aCol);
508 void sqlite3DeleteTable(sqlite3 *db, Table *pTable){
511 assert( !pTable || pTable->nRef>0 )
    [all...]
where.c 591 idxaff = pIdx->pTable->aCol[iColumn].affinity;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 71 pTable RN 11
162 LDREQ pTable, =armVCM4P10_WidthBranchTableMVIsZero
164 LDRNE pTable, =armVCM4P10_WidthBranchTableMVIsNotZero
179 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
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_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_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
  /external/aac/libSBRenc/src/
fram_gen.cpp 699 const int *pTable = NULL;
704 pTable = envelopeTable_8[tranPosInternal];
708 pTable = envelopeTable_15[tranPosInternal];
712 pTable = envelopeTable_16[tranPosInternal];
718 nEnv = pTable[0];
721 hSbrFrameInfo->borders[i] = pTable[i+2];
735 hSbrFrameInfo->shortEnv = pTable[2];
737 tranIdx = pTable[1];
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_lmb.c 450 const struct _UniLMBCSGrpMap * pTable = UniLMBCSGrpMap;
452 while (uniChar > pTable->uniEndRange)
454 pTable++;
457 if (uniChar >= pTable->uniStartRange)
459 return pTable->GrpType;
540 const struct _LocaleLMBCSGrpMap *pTable = LocaleLMBCSGrpMap;
547 while (pTable->LocaleID)
549 if (*pTable->LocaleID == *LocaleID) /* Check only first char for speed */
552 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable->LocaleID)) == 0
    [all...]
  /external/icu/icu4c/source/common/
ucnv_lmb.c 450 const struct _UniLMBCSGrpMap * pTable = UniLMBCSGrpMap;
452 while (uniChar > pTable->uniEndRange)
454 pTable++;
457 if (uniChar >= pTable->uniStartRange)
459 return pTable->GrpType;
540 const struct _LocaleLMBCSGrpMap *pTable = LocaleLMBCSGrpMap;
547 while (pTable->LocaleID)
549 if (*pTable->LocaleID == *LocaleID) /* Check only first char for speed */
552 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable->LocaleID)) == 0
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 783 FX_LPCBYTE pTable = NULL;
810 FX_LPCBYTE pTable = m_Table;
812 comps[i] = m_pCompMinMax[i * 2] + m_pCompMinMax[i * 2 + 1] * pTable[index * m_nBaseComponents + i] / 255;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.cpp     [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 215 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1);
216 int rowCount = pTable->m_nCell.GetSize();
221 dyRow[0] = - pTable->m_ReflowPageHeight;
225 int colCount = pTable->m_nCell.GetAt(i);
234 int colCount = pTable->m_nCell.GetAt(i);
237 int s = pTable->m_pCellArray.GetSize();
239 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++);
284 int colCount = pTable->m_nCell.GetAt(i);
286 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++);
310 int size = pTable->m_pCellArray.GetSize()
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]

Completed in 2830 milliseconds

1 2