Home
last modified time | relevance | path

Searched defs:p_stride (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/common/
Dwarped_motion.c396 int p_stride, int subsampling_x, in av1_highbd_warp_affine_c()
520 int p_width, int p_height, int p_stride, in highbd_warp_plane()
544 int p_height, int p_stride, int bd) { in highbd_frame_error()
558 int p_height, int p_stride, int subsampling_x, int subsampling_y, int bd, in highbd_warp_error()
678 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_c()
807 int p_stride, int subsampling_x, int subsampling_y, in warp_plane()
826 int p_stride) { in frame_error()
840 int p_width, int p_height, int p_stride, in warp_error()
869 uint8_t *dst, int p_width, int p_height, int p_stride) { in av1_frame_error()
881 int p_height, int p_stride, int subsampling_x, in av1_warp_error()
[all …]
/external/aac/libFDK/include/
Dqmf_pcm.h141 int p_stride = qmf->p_stride; in qmfSynPrototypeFirSlot() local
233 int p_stride = qmf->p_stride; in qmfSynPrototypeFirSlot_NonSymmetric() local
Dqmf.h199 UCHAR p_stride; /*!< Stride Factor of polyphase filters */ member
/external/libaom/libaom/av1/common/x86/
Dwarp_plane_sse4.c564 const int reduce_bits_vert, int p_stride, int p_width, in store_vertical_filter_output()
658 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter()
685 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_gamma0()
713 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_delta0()
739 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_gamma0_delta0()
766 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in prepare_warp_vertical_filter()
811 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_sse4_1()
Dhighbd_warp_plane_sse4.c291 int p_width, int p_height, int p_stride, in av1_highbd_warp_affine_sse4_1()
/external/aac/libFDK/src/
Dqmf.cpp157 const FIXP_PFT *p_filter, INT p_stride, /*!< Stride of analysis filter */ in qmfAnaPrototypeFirSlot()
210 const FIXP_PFT *p_filter, int p_stride, /*!< Stride of analysis filter */ in qmfAnaPrototypeFirSlot_NonSymmetric()
/external/libaom/libaom/av1/common/arm/
Dwarp_plane_neon.c474 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_neon()
/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c216 const uint8_t *p, int p_stride, in calculate_squared_errors()
382 const uint16_t *s, int s_stride, const uint16_t *p, int p_stride, in highbd_calculate_squared_errors()
/external/libaom/libaom/examples/
Danalyzer.cc239 int p_stride = 3 * getDisplayWidth(); in render() local