Home
last modified time | relevance | path

Searched defs:intermediate_height (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_convolve_neon.c26 int intermediate_height = h + 7; in vp9_convolve8_neon() local
58 int intermediate_height = h + 7; in vp9_convolve8_avg_neon() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_convolve8_avg_dspr2.c417 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vp9_convolve8_avg_dspr2() local
Dvp9_convolve8_dspr2.c954 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vp9_convolve8_dspr2() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_convolve.c125 int intermediate_height = (((h - 1) * y_step_q4 + 15) >> 4) + SUBPEL_TAPS; in convolve() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dconvolve_test.cc69 const unsigned int intermediate_height = in filter_block2d_8_c() local