Home
last modified time | relevance | path

Searched refs:bottom_border_stride (Results 1 – 9 of 9) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dloop_restoration.cc150 const ptrdiff_t bottom_border_stride, const int width, const int height, in WienerFilter_C() argument
178 WienerHorizontal<bitdepth, Pixel>(bottom, bottom_border_stride, width, in WienerFilter_C()
187 WienerHorizontal<bitdepth, Pixel>(bottom, bottom_border_stride, width, in WienerFilter_C()
196 WienerHorizontal<bitdepth, Pixel>(bottom, bottom_border_stride, width, in WienerFilter_C()
206 WienerHorizontal<bitdepth, Pixel>(bottom, bottom_border_stride, width, in WienerFilter_C()
552 const ptrdiff_t bottom_border_stride, in BoxFilterProcess() argument
641 s_stride = bottom_border_stride; in BoxFilterProcess()
668 BoxSum<Pixel>(bottom_border + bottom_border_stride, bottom_border_stride, 1, in BoxFilterProcess()
696 const ptrdiff_t bottom_border_stride, in BoxFilterProcessPass1() argument
749 s_stride = bottom_border_stride; in BoxFilterProcessPass1()
[all …]
Ddsp.h403 const void* bottom_border, ptrdiff_t bottom_border_stride, int width,
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc66 ptrdiff_t bottom_border_stride = stride; in ApplyLoopRestorationForOneRow() local
79 bottom_border_stride = border_stride; in ApplyLoopRestorationForOneRow()
89 top_border_stride, bottom_border, bottom_border_stride, in ApplyLoopRestorationForOneRow()
Dcdef.cc244 const int bottom_border_stride = in PrepareCdefBlock() local
249 bottom_border += bottom_border_stride; in PrepareCdefBlock()
/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_10bit_sse4.cc435 const ptrdiff_t bottom_border_stride, const int width, const int height, in WienerFilter_SSE4_1() argument
465 WienerHorizontalTap7(bottom - 3, bottom_border_stride, wiener_stride, in WienerFilter_SSE4_1()
474 WienerHorizontalTap5(bottom - 2, bottom_border_stride, wiener_stride, in WienerFilter_SSE4_1()
484 WienerHorizontalTap3(bottom - 1, bottom_border_stride, wiener_stride, in WienerFilter_SSE4_1()
494 WienerHorizontalTap1(bottom, bottom_border_stride, wiener_stride, in WienerFilter_SSE4_1()
2198 const ptrdiff_t bottom_border_stride, const int width, const int height, in BoxFilterProcess() argument
2275 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcess()
2299 BoxFilterLastRow(src + 3, bottom_border + bottom_border_stride, width, in BoxFilterProcess()
2311 const ptrdiff_t bottom_border_stride, in BoxFilterProcessPass1() argument
2360 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcessPass1()
[all …]
Dloop_restoration_sse4.cc488 const ptrdiff_t bottom_border_stride, const int width, const int height, in WienerFilter_SSE4_1() argument
525 WienerHorizontalTap7(bottom - 3, bottom_border_stride, wiener_stride, in WienerFilter_SSE4_1()
536 WienerHorizontalTap5(bottom - 2, bottom_border_stride, wiener_stride, in WienerFilter_SSE4_1()
548 WienerHorizontalTap3(bottom - 1, bottom_border_stride, wiener_stride, in WienerFilter_SSE4_1()
558 WienerHorizontalTap1(bottom, bottom_border_stride, wiener_stride, in WienerFilter_SSE4_1()
2243 const ptrdiff_t bottom_border_stride, const int width, const int height, in BoxFilterProcess() argument
2320 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcess()
2344 BoxFilterLastRow(src + 3, bottom_border + bottom_border_stride, width, in BoxFilterProcess()
2356 const ptrdiff_t bottom_border_stride, in BoxFilterProcessPass1() argument
2405 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcessPass1()
[all …]
Dloop_restoration_10bit_avx2.cc478 const ptrdiff_t bottom_border_stride, const int width, const int height, in WienerFilter_AVX2() argument
509 WienerHorizontalTap7(bottom - 3, bottom_border_stride, wiener_stride, in WienerFilter_AVX2()
518 WienerHorizontalTap5(bottom - 2, bottom_border_stride, wiener_stride, in WienerFilter_AVX2()
528 WienerHorizontalTap3(bottom - 1, bottom_border_stride, wiener_stride, in WienerFilter_AVX2()
538 WienerHorizontalTap1(bottom, bottom_border_stride, wiener_stride, in WienerFilter_AVX2()
2830 const ptrdiff_t bottom_border_stride, const int width, const int height, in BoxFilterProcess() argument
2907 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcess()
2931 BoxFilterLastRow(src + 3, bottom_border + bottom_border_stride, width, in BoxFilterProcess()
2943 const ptrdiff_t bottom_border_stride, in BoxFilterProcessPass1() argument
2992 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcessPass1()
[all …]
Dloop_restoration_avx2.cc489 const ptrdiff_t bottom_border_stride, const int width, const int height, in WienerFilter_AVX2() argument
525 WienerHorizontalTap7(bottom - 3, bottom_border_stride, wiener_stride, in WienerFilter_AVX2()
534 WienerHorizontalTap5(bottom - 2, bottom_border_stride, wiener_stride, in WienerFilter_AVX2()
544 WienerHorizontalTap3(bottom - 1, bottom_border_stride, wiener_stride, in WienerFilter_AVX2()
554 WienerHorizontalTap1(bottom, bottom_border_stride, wiener_stride, in WienerFilter_AVX2()
2613 const ptrdiff_t bottom_border_stride, const int width, const int height, in BoxFilterProcess() argument
2690 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcess()
2714 BoxFilterLastRow(src + 3, bottom_border + bottom_border_stride, width, in BoxFilterProcess()
2726 const ptrdiff_t bottom_border_stride, in BoxFilterProcessPass1() argument
2775 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcessPass1()
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dloop_restoration_neon.cc497 const ptrdiff_t bottom_border_stride, const int width, const int height, in WienerFilter_NEON() argument
531 WienerHorizontalTap7(bottom - 3, bottom_border_stride, wiener_stride, in WienerFilter_NEON()
540 WienerHorizontalTap5(bottom - 2, bottom_border_stride, wiener_stride, in WienerFilter_NEON()
550 WienerHorizontalTap3(bottom - 1, bottom_border_stride, wiener_stride, in WienerFilter_NEON()
560 WienerHorizontalTap1(bottom, bottom_border_stride, wiener_stride, in WienerFilter_NEON()
2137 const ptrdiff_t bottom_border_stride, const int width, const int height, in BoxFilterProcess() argument
2213 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcess()
2237 BoxFilterLastRow(src + 3, bottom_border + bottom_border_stride, width, in BoxFilterProcess()
2249 const ptrdiff_t bottom_border_stride, in BoxFilterProcessPass1() argument
2296 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcessPass1()
[all …]