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

  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities.h 473 double yl = y-floor_y; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.h 473 double yl = y-floor_y; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.h 473 double yl = y-floor_y; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 521 double yl = y-floor_y; local
523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
  /external/libvpx/libvpx/vp8/common/
postproc.c 1106 unsigned char *yl, *ul, *vl; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 1104 unsigned char *yl, *ul, *vl; local
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 521 double yl = y-floor_y; local
523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 521 double yl = y-floor_y; local
523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);

Completed in 244 milliseconds