Home
last modified time | relevance | path

Searched refs:top_border (Results 1 – 25 of 29) sorted by relevance

12

/external/libgav1/src/
Dinternal_frame_buffer_list_test.cc55 const int top_border = 0; in TEST_F() local
61 left_border, right_border, top_border, in TEST_F()
69 height, left_border, right_border, top_border, in TEST_F()
89 top_border, bottom_border, stride_alignment, in TEST_F()
112 const int top_border = 16; in TEST_F() local
118 left_border, right_border, top_border, in TEST_F()
126 right_border, top_border, bottom_border, in TEST_F()
142 right_border, top_border, bottom_border, in TEST_F()
Dinternal_frame_buffer_list.cc30 int width, int height, int left_border, int right_border, int top_border, in OnInternalFrameBufferSizeChanged() argument
36 top_border, bottom_border, stride_alignment); in OnInternalFrameBufferSizeChanged()
41 int width, int height, int left_border, int right_border, int top_border, in GetInternalFrameBuffer() argument
47 top_border, bottom_border, stride_alignment, frame_buffer); in GetInternalFrameBuffer()
68 int left_border, int right_border, int top_border, int bottom_border, in GetFrameBuffer() argument
73 top_border, bottom_border, stride_alignment, &info); in GetFrameBuffer()
Dframe_buffer.cc26 int left_border, int right_border, int top_border, int bottom_border, in Libgav1ComputeFrameBufferInfo() argument
51 if ((width | height | left_border | right_border | top_border | in Libgav1ComputeFrameBufferInfo()
53 ((left_border | right_border | top_border | bottom_border) & 1) != 0 || in Libgav1ComputeFrameBufferInfo()
73 (height + top_border + bottom_border) * static_cast<uint64_t>(y_stride) + in Libgav1ComputeFrameBufferInfo()
82 const int uv_top_border = is_monochrome ? 0 : top_border >> subsampling_y; in Libgav1ComputeFrameBufferInfo()
118 info->y_plane_offset = top_border * y_stride + left_border_bytes; in Libgav1ComputeFrameBufferInfo()
Dyuv_buffer.cc39 int left_border, int right_border, int top_border, in Realloc() argument
47 if (((left_border | right_border | top_border | bottom_border) & 1) != 0) { in Realloc()
51 left_border, right_border, top_border, bottom_border); in Realloc()
66 const int uv_top_border = is_monochrome ? 0 : top_border >> subsampling_y; in Realloc()
77 height, left_border, right_border, top_border, in Realloc()
110 const uint64_t y_plane_size = (height + top_border + bottom_border) * in Realloc()
166 y_buffer + (top_border * y_stride) + left_border_bytes, plane_align); in Realloc()
179 top_border_[kPlaneY] = top_border; in Realloc()
Dinternal_frame_buffer_list.h32 int width, int height, int left_border, int right_border, int top_border,
37 int width, int height, int left_border, int right_border, int top_border,
57 int top_border, int bottom_border,
63 int right_border, int top_border,
Dbuffer_pool_test.cc181 EXPECT_EQ(buffer_ptr->buffer()->top_border(kPlaneY), param_.border);
187 EXPECT_EQ(buffer_ptr->buffer()->top_border(kPlaneU),
195 EXPECT_EQ(buffer_ptr->buffer()->top_border(kPlaneV),
204 buffer_ptr->buffer()->top_border(kPlaneY) * y_stride] = 0;
262 EXPECT_EQ(buffer_ptr->buffer()->top_border(kPlaneY), param_.border);
268 EXPECT_EQ(buffer_ptr->buffer()->top_border(kPlaneU),
276 EXPECT_EQ(buffer_ptr->buffer()->top_border(kPlaneV),
286 buffer_ptr->buffer()->top_border(kPlaneY) * y_stride] = 0;
Dbuffer_pool.cc47 int top_border, int bottom_border) { in Realloc() argument
55 left_border, right_border, top_border, bottom_border, in Realloc()
150 int top_border, int bottom_border) { in OnFrameBufferSizeChanged() argument
154 right_border, top_border, bottom_border, in OnFrameBufferSizeChanged()
Dyuv_buffer.h89 int right_border, int top_border, int bottom_border,
110 int top_border(int plane) const { return top_border_[plane]; } in top_border() function
Dbuffer_pool.h83 int right_border, int top_border, int bottom_border);
404 int left_border, int right_border, int top_border, int bottom_border);
Ddecoder_test.cc67 int width, int height, int left_border, int right_border, int top_border, in GetFrameBuffer() argument
72 top_border, bottom_border, stride_alignment, &info); in GetFrameBuffer()
Dc_decoder_test.c123 int width, int height, int left_border, int right_border, int top_border, in GetFrameBuffer() argument
128 top_border, bottom_border, stride_alignment, &info); in GetFrameBuffer()
/external/libgav1/src/gav1/
Dframe_buffer.h68 int width, int height, int left_border, int right_border, int top_border,
91 int width, int height, int left_border, int right_border, int top_border,
134 int left_border, int right_border, int top_border, int bottom_border,
157 int right_border, int top_border, in ComputeFrameBufferInfo() argument
162 left_border, right_border, top_border, in ComputeFrameBufferInfo()
/external/libgav1/examples/
Dgav1_decode_cv_pixel_buffer_pool.h30 int right_border, int top_border, int bottom_border, int stride_alignment);
35 int right_border, int top_border, int bottom_border, int stride_alignment,
55 int left_border, int right_border, int top_border, int bottom_border,
61 int right_border, int top_border,
Dgav1_decode_cv_pixel_buffer_pool.cc44 int right_border, int top_border, int bottom_border, int stride_alignment) { in Gav1DecodeOnCVPixelBufferSizeChanged() argument
49 top_border, bottom_border, stride_alignment); in Gav1DecodeOnCVPixelBufferSizeChanged()
55 int right_border, int top_border, int bottom_border, int stride_alignment, in Gav1DecodeGetCVPixelBuffer() argument
61 top_border, bottom_border, stride_alignment, frame_buffer); in Gav1DecodeGetCVPixelBuffer()
90 int left_border, int right_border, int top_border, int bottom_border, in OnCVPixelBufferSizeChanged() argument
145 CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &top_border)); in OnCVPixelBufferSizeChanged()
/external/libgav1/src/post_filter/
Dloop_restoration.cc63 const Pixel* top_border = src - kRestorationVerticalBorder * stride; in ApplyLoopRestorationForOneRow() local
72 top_border = loop_restoration_border; in ApplyLoopRestorationForOneRow()
88 restoration_func(restoration_info[unit_column], src, stride, top_border, in ApplyLoopRestorationForOneRow()
Dpost_filter.cc294 frame_buffer_.top_border(plane) >= kMinTopBorderPixels && in ExtendBordersForReferenceFrame()
307 frame_buffer_.right_border(plane), frame_buffer_.top_border(plane), in ExtendBordersForReferenceFrame()
390 const int top_border = in CopyBordersForOneSuperBlockRow() local
392 : frame_buffer_.top_border(plane)) in CopyBordersForOneSuperBlockRow()
400 right_border, top_border, bottom_border); in CopyBordersForOneSuperBlockRow()
Dcdef.cc178 const Pixel* top_border = in PrepareCdefBlock() local
183 CopyRowForCdef(top_border, block_width, unit_width, is_frame_left, in PrepareCdefBlock()
185 top_border += top_border_stride; in PrepareCdefBlock()
/external/libgav1/src/dsp/
Dloop_restoration.cc149 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_C() argument
171 const auto* top = static_cast<const Pixel*>(top_border) - kCenterTap; in WienerFilter_C()
552 const Pixel* const top_border, in BoxFilterProcess() argument
595 BoxSum<Pixel>(top_border, top_border_stride, 2, width + 2, sum3, sum5 + 1, in BoxFilterProcess()
696 const Pixel* const top_border, in BoxFilterProcessPass1() argument
720 BoxSum<Pixel, 5>(top_border, top_border_stride, 2, width + 2, sum5 + 1, in BoxFilterProcessPass1()
789 const Pixel* const top_border, in BoxFilterProcessPass2() argument
819 BoxSum<Pixel, 3>(top_border, top_border_stride, 2, width + 2, sum3, in BoxFilterProcessPass2()
875 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_C() argument
885 const auto* top = static_cast<const Pixel*>(top_border); in SelfGuidedFilter_C()
/external/libgav1/src/dsp/arm/
Dloop_restoration_neon.cc497 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_NEON() argument
527 const auto* const top = static_cast<const uint8_t*>(top_border); in WienerFilter_NEON()
2084 const ptrdiff_t stride, const uint8_t* const top_border, in BoxFilterProcess() argument
2126 BoxSum(top_border, top_border_stride, width, sum_stride, sum_width, sum3[0], in BoxFilterProcess()
2196 const uint8_t* const top_border, in BoxFilterProcessPass1() argument
2221 BoxSum<5>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass1()
2272 const uint8_t* const top_border, in BoxFilterProcessPass2() argument
2303 BoxSum<3>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass2()
2355 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_NEON() argument
2365 const auto* top = static_cast<const uint8_t*>(top_border); in SelfGuidedFilter_NEON()
Dloop_restoration_10bit_neon.cc484 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_NEON() argument
512 const auto* const top = static_cast<const uint16_t*>(top_border); in WienerFilter_NEON()
2323 const ptrdiff_t stride, const uint16_t* const top_border, in BoxFilterProcess() argument
2365 BoxSum(top_border, top_border_stride, width, sum_stride, sum_width, sum3[0], in BoxFilterProcess()
2435 const uint16_t* const top_border, in BoxFilterProcessPass1() argument
2461 BoxSum<5>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass1()
2514 const uint16_t* const top_border, in BoxFilterProcessPass2() argument
2545 BoxSum<3>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass2()
2598 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_NEON() argument
2608 const auto* top = static_cast<const uint16_t*>(top_border); in SelfGuidedFilter_NEON()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/
Dgav1_jni.cc324 int right_border, int top_border, in Libgav1GetFrameBuffer() argument
330 top_border, bottom_border, stride_alignment, &info); in Libgav1GetFrameBuffer()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/
Dgav1_jni.cc324 int right_border, int top_border, in Libgav1GetFrameBuffer() argument
330 top_border, bottom_border, stride_alignment, &info); in Libgav1GetFrameBuffer()
/external/libgav1/src/dsp/x86/
Dloop_restoration_10bit_sse4.cc434 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_SSE4_1() argument
458 const auto* const top = static_cast<const uint16_t*>(top_border); in WienerFilter_SSE4_1()
2199 const ptrdiff_t stride, const uint16_t* const top_border, in BoxFilterProcess() argument
2241 BoxSum(top_border, top_border_stride, width, sum_stride, sum_width, sum3[0], in BoxFilterProcess()
2311 const uint16_t* const top_border, in BoxFilterProcessPass1() argument
2336 BoxSum<5>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass1()
2389 const uint16_t* const top_border, in BoxFilterProcessPass2() argument
2420 BoxSum<3>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass2()
2473 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_SSE4_1() argument
2483 const auto* const top = static_cast<const uint16_t*>(top_border); in SelfGuidedFilter_SSE4_1()
Dloop_restoration_sse4.cc487 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_SSE4_1() argument
511 const auto* const top = static_cast<const uint8_t*>(top_border); in WienerFilter_SSE4_1()
2245 const ptrdiff_t stride, const uint8_t* const top_border, in BoxFilterProcess() argument
2287 BoxSum(top_border, top_border_stride, width, sum_stride, sum_width, sum3[0], in BoxFilterProcess()
2357 const uint8_t* const top_border, in BoxFilterProcessPass1() argument
2382 BoxSum<5>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass1()
2435 const uint8_t* const top_border, in BoxFilterProcessPass2() argument
2466 BoxSum<3>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass2()
2519 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_SSE4_1() argument
2529 const auto* top = static_cast<const uint8_t*>(top_border); in SelfGuidedFilter_SSE4_1()
Dloop_restoration_10bit_avx2.cc477 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_AVX2() argument
501 const auto* const top = static_cast<const uint16_t*>(top_border); in WienerFilter_AVX2()
2831 const ptrdiff_t stride, const uint16_t* const top_border, in BoxFilterProcess() argument
2873 BoxSum(top_border, top_border_stride, width, sum_stride, temp_stride, sum3[0], in BoxFilterProcess()
2943 const uint16_t* const top_border, in BoxFilterProcessPass1() argument
2968 BoxSum<5>(top_border, top_border_stride, width, sum_stride, temp_stride, in BoxFilterProcessPass1()
3021 const uint16_t* const top_border, in BoxFilterProcessPass2() argument
3052 BoxSum<3>(top_border, top_border_stride, width, sum_stride, temp_stride, in BoxFilterProcessPass2()
3105 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_AVX2() argument
3115 const auto* const top = static_cast<const uint16_t*>(top_border); in SelfGuidedFilter_AVX2()

12