| /external/libaom/av1/common/ | 
| D | warped_motion.c | 325                               int p_stride, int subsampling_x,  in av1_highbd_warp_affine_c()451                        int p_stride, int subsampling_x, int subsampling_y,  in highbd_warp_plane()
 472                                     int p_height, int p_stride, int bd) {  in av1_calc_highbd_frame_error()
 485     int p_width, int p_height, int p_stride, int bd, uint8_t *segment_map,  in highbd_segmented_frame_error()
 598                        int p_row, int p_width, int p_height, int p_stride,  in av1_warp_affine_c()
 728                 int p_width, int p_height, int p_stride, int subsampling_x,  in warp_plane()
 747                                int p_height, int p_stride) {  in av1_calc_frame_error_c()
 760                                      int p_height, int p_stride,  in segmented_frame_error()
 787                         uint8_t *dst, int p_width, int p_height, int p_stride) {  in av1_frame_error()
 802                                   int p_height, int p_stride,  in av1_segmented_frame_error()
 [all …]
 
 | 
| /external/aac/libFDK/include/ | 
| D | qmf_pcm.h | 141   int p_stride = qmf->p_stride;  in qmfSynPrototypeFirSlot()  local233   int p_stride = qmf->p_stride;  in qmfSynPrototypeFirSlot_NonSymmetric()  local
 442     const FIXP_PFT *p_filter, INT p_stride, /*!< Stride of analysis filter    */  in qmfAnaPrototypeFirSlot()
 495     const FIXP_PFT *p_filter, int p_stride, /*!< Stride of analysis filter    */  in qmfAnaPrototypeFirSlot_NonSymmetric()
 
 | 
| D | qmf.h | 200   UCHAR p_stride; /*!< Stride Factor of polyphase filters */  member
 | 
| /external/libaom/av1/common/x86/ | 
| D | warp_plane_sse4.c | 585     const int reduce_bits_vert, int p_stride, int p_width,  in store_vertical_filter_output()679     int16_t delta, int p_height, int p_stride, int p_width, int i, int j,  in warp_vertical_filter()
 706     int16_t delta, int p_height, int p_stride, int p_width, int i, int j,  in warp_vertical_filter_gamma0()
 734     int16_t delta, int p_height, int p_stride, int p_width, int i, int j,  in warp_vertical_filter_delta0()
 760     int16_t delta, int p_height, int p_stride, int p_width, int i, int j,  in warp_vertical_filter_gamma0_delta0()
 787     int16_t delta, int p_height, int p_stride, int p_width, int i, int j,  in prepare_warp_vertical_filter()
 832                             int p_row, int p_width, int p_height, int p_stride,  in av1_warp_affine_sse4_1()
 
 | 
| D | warp_plane_avx2.c | 662     int i, int j, int k, const int reduce_bits_vert, int p_stride, int p_width,  in store_vertical_filter_output_avx2()781     int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width,  in warp_vertical_filter_avx2()
 830     int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width,  in warp_vertical_filter_gamma0_avx2()
 879     int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width,  in warp_vertical_filter_delta0_avx2()
 927     int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width,  in warp_vertical_filter_gamma0_delta0_avx2()
 975     int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width,  in prepare_warp_vertical_filter_avx2()
 1137                           int p_row, int p_width, int p_height, int p_stride,  in av1_warp_affine_avx2()
 
 | 
| D | highbd_warp_affine_avx2.c | 20                                  int p_width, int p_height, int p_stride,  in av1_highbd_warp_affine_avx2()
 | 
| D | highbd_warp_plane_sse4.c | 299                                    int p_width, int p_height, int p_stride,  in av1_highbd_warp_affine_sse4_1()
 | 
| /external/libaom/av1/encoder/ | 
| D | global_motion.c | 132     int p_height, int p_stride, int subsampling_x, int subsampling_y, int bd,  in highbd_warp_error()168                           int p_width, int p_height, int p_stride,  in warp_error()
 206                        int p_height, int p_stride, int subsampling_x,  in av1_warp_error()
 
 | 
| /external/libaom/av1/common/arm/ | 
| D | warp_plane_neon.c | 474                           int p_row, int p_width, int p_height, int p_stride,  in av1_warp_affine_neon()
 | 
| /external/libaom/examples/ | 
| D | analyzer.cc | 238   int p_stride = 3 * getDisplayWidth();  in render()  local
 |