Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dinv_txfm_dspr2.h63 void idct8_rows_dspr2(const int16_t *input, int16_t *output, uint32_t no_rows);
66 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/
Dtran_det.h123 INT no_rows; member
183 int no_cols, int no_rows, int YBufferWriteOffset, int YBufferSzShift,
Denv_est.h136 int no_rows; member
168 int no_cols, int no_rows, int start_index,
Dtran_det.cpp680 h_sbrTran->no_rows, h_sbrTran->tran_off); in FDKsbrEnc_transientDetect()
685 h_sbrTran->no_rows, h_sbrTran->tran_off, addPrevSamples); in FDKsbrEnc_transientDetect()
733 int no_cols, int no_rows, int YBufferWriteOffset, int YBufferSzShift, in FDKsbrEnc_InitSbrTransientDetector() argument
773 FDK_ASSERT(no_rows <= 64); in FDKsbrEnc_InitSbrTransientDetector()
777 (FIXP_DBL)((params->tran_thr << (32 - 24 - 1)) / no_rows); in FDKsbrEnc_InitSbrTransientDetector()
781 h_sbrTransientDetector->no_rows = no_rows; in FDKsbrEnc_InitSbrTransientDetector()
Denv_est.cpp1896 int no_cols, int no_rows, int start_index, in FDKsbrEnc_InitExtractSbrEnvelope() argument
1919 hSbrCut->no_rows = no_rows; in FDKsbrEnc_InitExtractSbrEnvelope()
1925 FDK_ASSERT(no_rows <= 64); in FDKsbrEnc_InitExtractSbrEnvelope()
1980 return hSbr->no_rows * in FDKsbrEnc_GetEnvEstDelay()
/external/u-boot/drivers/ram/
Dstm32_sdram.c110 u8 no_rows; member
182 | control->no_rows << FMC_SDCR_NR_SHIFT in stm32_sdram_init()
192 | control->no_rows << FMC_SDCR_NR_SHIFT in stm32_sdram_init()