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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pit_shrp.cpp 49 int16 sharp, input : pitch sharpening factor (Q15)
117 int16 sharp, /* input : pitch sharpening factor (Q15) */
126 L_tmp = mac_16by16_to_int32((int32)x[i] << 16, x[i - pit_lag], sharp);
pvamrwbdecoder_acelp.h 288 int16 sharp, /* input : pitch sharpening factor (Q15) */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pit_shrp.c 30 Word16 sharp, /* input : pitch sharpening factor (Q15) */
41 L_tmp += *x++ * sharp;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
spstproc.h 125 Word16 *sharp, /* o : pitch sharpening value */
spstproc.cpp 119 sharp -- Pointer to Word16 -- pitch sharpening value
188 Word16 *sharp, /* o : pitch sharpening value */
219 * - Update pitch sharpening "sharp" with quantized gain_pit *
224 *sharp = gain_pit;
228 *sharp = SHARPMAX;
c2_9pf.cpp 254 Word16 i, index, sharp;
256 sharp = shl(pitch_sharp, 1);
259 h[i] = add(h[i], mult(h[i - T0], sharp));
274 code[i] = add(code[i], mult(code[i - T0], sharp));
324 Word16 sharp; local
334 sharp = (pitch_sharp > 0) ? MAX_16 : MIN_16;
338 sharp = (Word16) L_temp;
348 sharp,
410 sharp,
    [all...]
c2_11pf.cpp 248 Word16 sharp; local
251 sharp = pitch_sharp << 1;
260 sharp,
321 sharp,
cod_amr.h 168 Word16 sharp; member in struct:__anon27655
cod_amr.cpp 435 st->sharp = SHARPMIN;
536 st->sharp = SHARPMIN;
935 st->sharp = SHARPMIN;
1040 sharp_save = st->sharp;
    [all...]
c3_14pf.cpp 221 Word16 sharp; local
224 /* sharp = shl(pitch_sharp, 1, pOverflow); */
225 sharp = pitch_sharp << 1;
234 sharp,
294 sharp,
c4_17pf.cpp 232 Word16 sharp; local
235 sharp = pitch_sharp << 1;
244 sharp,
306 sharp,
  /hardware/bsp/intel/peripheral/libupm/src/grovespeaker/
grovespeaker.h 85 * Plays a sound and a note whether it's sharp or not
89 * @param sharp If true, plays a sharp version of the note; otherwise, does not play the note
93 void playSound(char letter, bool sharp, std::string vocalWeight);
grovespeaker.cxx 86 void GroveSpeaker::playSound(char letter, bool sharp, std::string vocalWeight)
96 if (sharp)
126 // If delayTime is zero, that means you tried to choose a sharp note
127 // for a note that has no sharp
128 if (sharp && !delayTime)
130 std::cout << "The key " << letter << " doesn't have a sharp note."
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
imageSegmentation.cpp 44 //! [sharp]
58 Mat sharp = src; // copy source image to another temporary one local
59 filter2D(sharp, imgLaplacian, CV_32F, kernel);
60 src.convertTo(sharp, CV_32F);
61 Mat imgResult = sharp - imgLaplacian;
69 //! [sharp]
  /external/regex-re2/re2/
unicode.py 165 sharp = line.find("#")
166 if sharp >= 0:
167 line = line[:sharp]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.h 128 Word16 sharp; member in struct:Decoder_amrState
dec_amr.cpp 328 state->sharp = SHARPMIN;
416 state->sharp = SHARPMIN;
839 pit_sharp = shl (st->sharp, 1);
848 pit_sharp = shl (st->sharp, 1);
857 pit_sharp = shl (st->sharp, 1);
866 pit_sharp = shl (st->sharp, 1);
873 pit_sharp = shl (st->sharp, 1);
910 * - Update pitch sharpening "sharp" with quantized gain_pit *
1043 st->sharp = gain_pit;
1044 if (sub (st->sharp, SHARPMAX) > 0
    [all...]
  /external/v8/test/intl/general/
case-mapping.js 16 // Expand sharp s in latin1 fastpath
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 457 Word16 sharp, /* input : pitch sharpening factor (Q15) */
  /external/webp/src/dsp/
enc_neon.c 822 const uint16x8_t sharp = vld1q_u16(&mtx->sharpen_[offset]); local
    [all...]
  /external/ImageMagick/www/api/
drawing-wand.php     [all...]

Completed in 325 milliseconds