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

  /external/libvpx/libvpx/vpx_dsp/mips/
inv_txfm_dspr2.h 64 void idct8_rows_dspr2(const int16_t *input, int16_t *output, uint32_t no_rows);
67 void idct16_rows_dspr2(const int16_t *input, int16_t *output, uint32_t no_rows);
itrans8_dspr2.c 17 void idct8_rows_dspr2(const int16_t *input, int16_t *output, uint32_t no_rows) {
23 for (i = no_rows; i--;) {
    [all...]
itrans32_dspr2.c 20 uint32_t no_rows) {
42 for (i = no_rows; i--;) {
    [all...]
itrans16_dspr2.c 18 uint32_t no_rows) {
29 for (i = no_rows; i--;) {
    [all...]
  /external/aac/libSBRenc/src/
env_est.h 119 int no_rows; member in struct:__anon13072
161 int no_rows,
tran_det.h 105 INT no_rows; member in struct:__anon13106
185 int no_rows,
tran_det.cpp 674 h_sbrTran->no_rows,
685 h_sbrTran->no_rows,
735 int no_rows,
778 FDK_ASSERT(no_rows <= QMF_CHANNELS);
781 h_sbrTransientDetector->tran_thr = (FIXP_DBL)((params->tran_thr << (32-24-1)) / no_rows);
785 h_sbrTransientDetector->no_rows = no_rows;
    [all...]
env_est.cpp     [all...]

Completed in 400 milliseconds