HomeSort by relevance Sort by last modified time
    Searched refs:outH (Results 1 - 5 of 5) sorted by null

  /external/libopus/silk/
ana_filt_bank_1.c 43 opus_int16 *outH, /* O High band [N/2] */
72 outH[ k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_SUB32( out_2, out_1 ), 11 ) );
SigProc_FIX.h 146 opus_int16 *outH, /* O High band [N/2] */
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSResizeTest.java 69 int outH = (int) (h*scaleY);
71 Allocation rsOutput = makeAllocation(outW, outH, e);
72 Allocation rsCppOutput = makeAllocation(outW, outH, e);
78 int outArrSize = outW * outH * (vecSize == 3 ? 4 : vecSize);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicResize.java 35 int outH = (int) (h*scaleY);
42 mAllocRef = makeAllocation(outW, outH, e);
43 mAllocDst = makeAllocation(outW, outH, e);
51 sr.set_scaleY((float)h/outH);
90 if (outW == w && outH == h) {
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 516 uint32_t outH = kResolution[1] / inc;
520 uint8_t *pxVU = img + (outH + outY / 2) * stride;

Completed in 93 milliseconds