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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
q_pulse.h 56 Word32 quant_5p_5N( /* (o) return 5*N bits */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_pulse.c 253 Word32 quant_5p_5N( /* (o) return 5*N bits */
320 fprintf(stderr, "Error in function quant_5p_5N\n");
356 index = vo_L_add(index, (quant_5p_5N(posB, n_1) << N)); /* index += quant_5p_5N(posB, n_1) << N; */
361 index = vo_L_add(index, (quant_5p_5N(posB, n_1) << N)); /* index += quant_5p_5N(posB, n_1) << N; */
383 index = (quant_5p_5N(posA, n_1) << N); /* index = quant_5p_5N(posA, n_1) << N; */
388 index = (quant_5p_5N(posA, n_1) << N); /* index = quant_5p_5N(posA, n_1) << N; *
    [all...]
c4t64fx.c 803 L_index = quant_5p_5N(&ind[k], 4);
    [all...]

Completed in 618 milliseconds