Searched refs:no_rows (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | 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);
|
D | itrans8_dspr2.c | 17 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()
|
D | itrans32_dspr2.c | 20 uint32_t no_rows) { in idct32_rows_dspr2() argument 42 for (i = no_rows; i--;) { in idct32_rows_dspr2()
|
D | itrans16_dspr2.c | 18 uint32_t no_rows) { in idct16_rows_dspr2() argument 29 for (i = no_rows; i--;) { in idct16_rows_dspr2()
|
/external/aac/libSBRenc/src/ |
D | env_est.h | 119 int no_rows; member 161 int no_rows,
|
D | tran_det.h | 105 INT no_rows; member 185 int no_rows,
|
D | tran_det.cpp | 674 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()
|
D | env_est.cpp | 1918 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()
|