Home
last modified time | relevance | path

Searched defs:dest_stride (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_idct16x16_neon.c38 uint8_t *dest, int dest_stride) { in vp9_idct16x16_256_add_neon()
113 uint8_t *dest, int dest_stride) { in vp9_idct16x16_10_add_neon()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans8_dspr2.c204 int dest_stride) { in idct8_columns_add_blk_dspr2()
452 int dest_stride) { in vp9_idct8x8_64_add_dspr2()
550 int dest_stride, int tx_type) { in vp9_iht8x8_64_add_dspr2()
621 int dest_stride) { in vp9_idct8x8_12_add_dspr2()
666 int dest_stride) { in vp9_idct8x8_1_add_dspr2()
Dvp9_itrans4_dspr2.c108 int dest_stride) { in vp9_idct4_columns_add_blk_dspr2()
230 int dest_stride) { in vp9_idct4x4_16_add_dspr2()
250 int dest_stride) { in vp9_idct4x4_1_add_dspr2()
366 int dest_stride, int tx_type) { in vp9_iht4x4_16_add_dspr2()
Dvp9_itrans16_dspr2.c408 int dest_stride) { in idct16_cols_add_blk_dspr2()
896 int dest_stride) { in vp9_idct16x16_256_add_dspr2()
1171 int dest_stride) { in vp9_idct16x16_10_add_dspr2()
1220 int dest_stride) { in vp9_idct16x16_1_add_dspr2()
Dvp9_itrans32_cols_dspr2.c22 int dest_stride) { in vp9_idct32_cols_add_blk_dspr2()
Dvp9_itrans32_dspr2.c872 int dest_stride) { in vp9_idct32x32_1024_add_dspr2()
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c73 void vp9_iwht4x4_1_add_c(const int16_t *in, uint8_t *dest, int dest_stride) { in vp9_iwht4x4_1_add_c()
143 void vp9_idct4x4_1_add_c(const int16_t *input, uint8_t *dest, int dest_stride) { in vp9_idct4x4_1_add_c()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c172 static void copy_block(uint8_t *dest, int dest_stride, in copy_block()