Home | History | Annotate | Download | only in src

Lines Matching refs:m_lplFaceFeaturesCount

54     m_lplFaceFeaturesCount = new long[m_lFaceFeaturesNumber];   
55 memset(m_lplFaceFeaturesCount,0,m_lFaceFeaturesNumber*sizeof(long));
82 delete [] m_lplFaceFeaturesCount;
217 for (int i = 0;i < m_lplFaceFeaturesCount[0] + 1;i ++)
220 if ( !m_lplFaceFeaturesCount[0] )
224 if ( i != m_lplFaceFeaturesCount[0] )
230 for (int j = 0;j < m_lplFaceFeaturesCount[1] + 1;j ++)
233 if ( !m_lplFaceFeaturesCount[1] )
237 if (j != m_lplFaceFeaturesCount[1] )
243 for (int k = 0;k < m_lplFaceFeaturesCount[2] + 1;k ++)
246 if ( !m_lplFaceFeaturesCount[2] )
250 if (k != m_lplFaceFeaturesCount[2] )
278 if ( m_lplFaceFeaturesCount[0] )
283 if ( m_lplFaceFeaturesCount[1] )
288 if ( m_lplFaceFeaturesCount[2] )
301 if (m_lplFaceFeaturesCount[i])
303 for (int j = 0;j < m_lplFaceFeaturesCount[i];j ++)