Searched refs:zeroCnt (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/ |
| H A D | mhal_pq_adaptive.c | 9624 int DBK_BlocknessAdjPart(long* histogram, MS_U8 *BLKN_adj, int* zeroCnt, int partIndex, MS_U8 markV… in DBK_BlocknessAdjPart() argument 9669 (*zeroCnt)++; in DBK_BlocknessAdjPart() 9678 (*zeroCnt)++; in DBK_BlocknessAdjPart() 11257 static int zeroCnt; in DBK_Detect_Partition() local 11306 zeroCnt = 0; in DBK_Detect_Partition() 11319 …validCount += DBK_BlocknessAdjPart(histogram, BLKN_adj, &zeroCnt, (*partiCounter) - BLKADJ_S , mar… in DBK_Detect_Partition() 11320 if (zeroCnt > frameWidth/2 ) //early terminate in DBK_Detect_Partition() 11461 static int zeroCnt; 11513 zeroCnt = 0; 11528 …validCount += DBK_BlocknessAdjPart(histogram, BLKN_adj, &zeroCnt, (*partiCounter) - BLKADJ_S , mar… [all …]
|