HomeSort by relevance Sort by last modified time
    Searched defs:nC (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 149 int i, maxNumCoeff, nC;
218 nC = 1;
222 if (nC && (level[i] == 1 || level[i] == -1))
228 nC = 0;
241 nC = predict_nnz(video, bindx & 3, bindx >> 2);
245 nC = predict_nnz_chroma(video, bindx & 3, bindx >> 2);
248 status = ce_TotalCoeffTrailingOnes(stream, TrailingOnes, TotalCoeff, nC);
252 nC = -1; /* Chroma DC level */
264 nC = TrailingOnes;
266 while (nC)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 38 nC RN 4 ;// number of coeffs or 17 for chroma
114 M_LDR nC, pNC
117 LDR pVLDTable, [pVLDTable, nC, LSL #2] ;// Find VLD table
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 38 nC RN 4 ;// number of coeffs or 17 for chroma
114 M_LDR nC, pNC
117 LDR pVLDTable, [pVLDTable, nC, LSL #2] ;// Find VLD table
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 824 int nC = m_wb.nlevsC;
906 int nC = m_wb.nlevsC;
907 for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--)
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 824 int nC = m_wb.nlevsC;
906 int nC = m_wb.nlevsC;
907 for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 804 int nC = m_wb.nlevsC;
886 int nC = m_wb.nlevsC;
887 for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC--)
    [all...]

Completed in 278 milliseconds