Home
last modified time | relevance | path

Searched refs:no_rows (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dinv_txfm_dspr2.h64 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);
Ditrans8_dspr2.c17 void idct8_rows_dspr2(const int16_t *input, int16_t *output, uint32_t no_rows) { in idct8_rows_dspr2() argument
23 for (i = no_rows; i--;) { in idct8_rows_dspr2()
Ditrans32_dspr2.c20 uint32_t no_rows) { in idct32_rows_dspr2() argument
42 for (i = no_rows; i--;) { in idct32_rows_dspr2()
Ditrans16_dspr2.c18 uint32_t no_rows) { in idct16_rows_dspr2() argument
29 for (i = no_rows; i--;) { in idct16_rows_dspr2()
/external/aac/libSBRenc/src/
Denv_est.h119 int no_rows; member
161 int no_rows,
Dtran_det.h105 INT no_rows; member
185 int no_rows,
Dtran_det.cpp674 h_sbrTran->no_rows, in FDKsbrEnc_transientDetect()
685 h_sbrTran->no_rows, in FDKsbrEnc_transientDetect()
735 int no_rows, in FDKsbrEnc_InitSbrTransientDetector() argument
778 FDK_ASSERT(no_rows <= QMF_CHANNELS); in FDKsbrEnc_InitSbrTransientDetector()
781 h_sbrTransientDetector->tran_thr = (FIXP_DBL)((params->tran_thr << (32-24-1)) / no_rows); in FDKsbrEnc_InitSbrTransientDetector()
785 h_sbrTransientDetector->no_rows = no_rows; in FDKsbrEnc_InitSbrTransientDetector()
Denv_est.cpp1918 int no_rows, in FDKsbrEnc_InitExtractSbrEnvelope() argument
1954 hSbrCut->no_rows = no_rows; in FDKsbrEnc_InitExtractSbrEnvelope()
1960 FDK_ASSERT(no_rows <= QMF_CHANNELS); in FDKsbrEnc_InitExtractSbrEnvelope()
2023 return hSbr->no_rows*((hSbr->YBufferWriteOffset)*2 /* mult 2 because nrg's are grouped half */ in FDKsbrEnc_GetEnvEstDelay()