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

  /external/v8/src/
runtime.js 281 function SAR(y) {
  /external/pcre/dist/sljit/
sljitNativeX86_common.c 226 #define SAR (/* SHIFT */ 7 << 3)
929 /* sar reg, 24 */
932 *inst |= SAR;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 424 SamplingAspectRatio SAR;
458 this->SAR.SarWidth = other.SAR.SarWidth;
459 this->SAR.SarHeight = other.SAR.SarHeight;

Completed in 222 milliseconds