Home
last modified time | relevance | path

Searched refs:p_stride (Results 1 – 15 of 15) sorted by relevance

/external/libaom/libaom/av1/common/
Dwarped_motion.c396 int p_stride, int subsampling_x, in av1_highbd_warp_affine_c() argument
486 &pred[(i - p_row + k + 4) * p_stride + (j - p_col + l + 4)]; in av1_highbd_warp_affine_c()
505 &pred[(i - p_row + k + 4) * p_stride + (j - p_col + l + 4)]; in av1_highbd_warp_affine_c()
520 int p_width, int p_height, int p_stride, in highbd_warp_plane() argument
537 p_width, p_height, p_stride, subsampling_x, in highbd_warp_plane()
544 int p_height, int p_stride, int bd) { in highbd_frame_error() argument
549 highbd_error_measure(dst[j + i * p_stride] - ref[j + i * stride], bd); in highbd_frame_error()
558 int p_height, int p_stride, int subsampling_x, int subsampling_y, int bd, in highbd_warp_error() argument
579 tmp, WARP_ERROR_BLOCK, CONVERT_TO_SHORTPTR(dst8) + j + i * p_stride, in highbd_warp_error()
580 warp_w, warp_h, p_stride, bd); in highbd_warp_error()
[all …]
Dwarped_motion.h76 int p_height, int p_stride, int subsampling_x,
82 uint8_t *dst, int p_width, int p_height, int p_stride);
87 int p_height, int p_stride, int subsampling_x,
/external/aac/libFDK/include/
Dqmf_pcm.h141 int p_stride = qmf->p_stride; in qmfSynPrototypeFirSlot() local
149 p_Filter + p_stride * QMF_NO_POLY; /* 5th of 330 */ in qmfSynPrototypeFirSlot()
151 p_stride * QMF_NO_POLY; /* 5 + (320 - 2*5) = 315th of 330 */ in qmfSynPrototypeFirSlot()
211 p_flt += (p_stride * QMF_NO_POLY); in qmfSynPrototypeFirSlot()
212 p_fltm -= (p_stride * QMF_NO_POLY); in qmfSynPrototypeFirSlot()
233 int p_stride = qmf->p_stride; in qmfSynPrototypeFirSlot_NonSymmetric() local
298 p_flt += (p_stride * QMF_NO_POLY); in qmfSynPrototypeFirSlot_NonSymmetric()
299 p_fltm += (p_stride * QMF_NO_POLY); in qmfSynPrototypeFirSlot_NonSymmetric()
Dqmf.h199 UCHAR p_stride; /*!< Stride Factor of polyphase filters */ member
/external/aac/libFDK/src/
Dqmf.cpp157 const FIXP_PFT *p_filter, INT p_stride, /*!< Stride of analysis filter */ in qmfAnaPrototypeFirSlot() argument
169 INT pfltStep = QMF_NO_POLY * (p_stride); in qmfAnaPrototypeFirSlot()
210 const FIXP_PFT *p_filter, int p_stride, /*!< Stride of analysis filter */ in qmfAnaPrototypeFirSlot_NonSymmetric() argument
218 p_flt += QMF_NO_POLY * (p_stride - 1); in qmfAnaPrototypeFirSlot_NonSymmetric()
421 anaQmf->p_filter, anaQmf->p_stride, in qmfAnalysisFilteringSlot()
425 anaQmf->p_stride, (FIXP_QAS *)anaQmf->FilterStates); in qmfAnalysisFilteringSlot()
488 anaQmf->p_filter, anaQmf->p_stride, in qmfAnalysisFilteringSlot()
492 anaQmf->p_stride, (FIXP_QAS *)anaQmf->FilterStates); in qmfAnalysisFilteringSlot()
790 h_Qmf->p_stride = 1; in qmfInitFilterBank()
810 h_Qmf->p_stride = 1; in qmfInitFilterBank()
[all …]
/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() argument
577 __m128i *const dst8 = (__m128i *)&pred[(i + k + 4) * p_stride + j]; in store_vertical_filter_output()
610 (__m128i *)&pred[(i + k + 4) * p_stride + j + 4]; in store_vertical_filter_output()
643 __m128i *const p = (__m128i *)&pred[(i + k + 4) * p_stride + j]; 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() argument
679 p_stride, p_width, round_bits); 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() argument
707 p_stride, p_width, round_bits); 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() argument
733 p_stride, p_width, round_bits); in warp_vertical_filter_delta0()
[all …]
Dhighbd_warp_plane_sse4.c291 int p_width, int p_height, int p_stride, in av1_highbd_warp_affine_sse4_1() argument
537 __m128i *const dst16 = (__m128i *)&pred[(i + k + 4) * p_stride + j]; in av1_highbd_warp_affine_sse4_1()
570 (__m128i *)&pred[(i + k + 4) * p_stride + j + 4]; in av1_highbd_warp_affine_sse4_1()
610 __m128i *const p = (__m128i *)&pred[(i + k + 4) * p_stride + j]; in av1_highbd_warp_affine_sse4_1()
/external/libaom/libaom/test/
Dwarp_filter_test_util.h39 int p_width, int p_height, int p_stride,
70 int p_width, int p_height, int p_stride,
/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() argument
639 uint8_t *const dst8 = &pred[(i + k + 4) * p_stride + j]; in av1_warp_affine_neon()
669 uint8_t *const dst8_4 = &pred[(i + k + 4) * p_stride + j + 4]; in av1_warp_affine_neon()
702 uint8_t *const p = (uint8_t *)&pred[(i + k + 4) * p_stride + j]; in av1_warp_affine_neon()
/external/libaom/libaom/examples/
Danalyzer.cc239 int p_stride = 3 * getDisplayWidth(); in render() local
312 px_row += p_stride; in render()
337 p_row += zoom * p_stride; in render()
/external/libaom/config/arm/config/
Dav1_rtcd.h207 …e, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_…
292 …de, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_…
293 …de, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_…
/external/libaom/config/arm64/config/
Dav1_rtcd.h207 …e, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_…
292 …de, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_…
293 …de, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_…
/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c216 const uint8_t *p, int p_stride, in calculate_squared_errors() argument
224 const int16_t diff = s[i * s_stride + j] - p[i * p_stride + j]; in calculate_squared_errors()
382 const uint16_t *s, int s_stride, const uint16_t *p, int p_stride, in highbd_calculate_squared_errors() argument
389 const int16_t diff = s[i * s_stride + j] - p[i * p_stride + j]; in highbd_calculate_squared_errors()
/external/libaom/config/x86/config/
Dav1_rtcd.h211 …e, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_…
293 …de, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_…
/external/libaom/config/x86_64/config/
Dav1_rtcd.h214 …e, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_…
296 …de, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_…