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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 206 Word16 max_h, max_l, ener_h, ener_l;
251 L_Extract (max, &max_h, &max_l);
254 t0 = Mpy_32 (max_h, max_l, ener_h, ener_l);
328 Word16 max_l; local
402 /* L_Extract (max, &max_h, &max_l), i.e. */
408 /* the calculation of *max_l (see next operation) */
411 /* *max_l = extract_l (L_msu (L_shr (max, 1), *max_h, 16384)); */
416 max_l = (Word16)L_temp;
435 t0 = Mpy_32(max_h, max_l, ener_h, ener_l, pOverflow);
    [all...]
  /external/v4l2_codec2/vda/
vp9_compressed_header_parser.cc 138 int max_l = (ak == aj[0]) ? 3 : 6; local
139 for (int l = 0; l < max_l; l++) {
vp9_parser.cc 182 int max_l = (ak == aj[0]) ? 3 : 6; local
183 for (int l = 0; l < max_l; l++) {

Completed in 70 milliseconds