Searched refs:no_rows (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | inv_txfm_dspr2.h | 63 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);
|
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 | tran_det.h | 123 INT no_rows; member 183 int no_cols, int no_rows, int YBufferWriteOffset, int YBufferSzShift,
|
D | env_est.h | 136 int no_rows; member 168 int no_cols, int no_rows, int start_index,
|
D | tran_det.cpp | 680 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()
|
D | env_est.cpp | 1896 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/ |
D | stm32_sdram.c | 110 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()
|