Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dyuv_buffer.cc38 int left_border, int right_border, int top_border, in Realloc() argument
46 if (((left_border | right_border | top_border | bottom_border) & 1) != 0) { in Realloc()
50 left_border, right_border, top_border, bottom_border); in Realloc()
65 const int uv_top_border = is_monochrome ? 0 : top_border >> subsampling_y; in Realloc()
76 height, left_border, right_border, top_border, in Realloc()
109 const uint64_t y_plane_size = (height + top_border + bottom_border) * in Realloc()
165 y_buffer + (top_border * y_stride) + left_border_bytes, plane_align); in Realloc()
178 top_border_[kPlaneY] = top_border; in Realloc()
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()
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.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.h79 int right_border, int top_border, int bottom_border);
362 int left_border, int right_border, int top_border, int bottom_border);
Dtile.h464 int right_border, int top_border, int bottom_border,
/external/libgav1/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/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/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.cc290 frame_buffer_.top_border(plane) >= kMinTopBorderPixels && in ExtendBordersForReferenceFrame()
303 frame_buffer_.right_border(plane), frame_buffer_.top_border(plane), in ExtendBordersForReferenceFrame()
375 const int top_border = in CopyBordersForOneSuperBlockRow() local
377 : frame_buffer_.top_border(plane)) in CopyBordersForOneSuperBlockRow()
385 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/libgav1/src/dsp/
Dloop_restoration.cc148 const ptrdiff_t stride, const void* const top_border, in WienerFilter_C() argument
168 const auto* top = static_cast<const Pixel*>(top_border) - kCenterTap; in WienerFilter_C()
549 const Pixel* const top_border, in BoxFilterProcess() argument
592 BoxSum<Pixel>(top_border, top_border_stride, 2, width + 2, sum3, sum5 + 1, in BoxFilterProcess()
693 const Pixel* const top_border, in BoxFilterProcessPass1() argument
717 BoxSum<Pixel, 5>(top_border, top_border_stride, 2, width + 2, sum5 + 1, in BoxFilterProcessPass1()
786 const Pixel* const top_border, in BoxFilterProcessPass2() argument
816 BoxSum<Pixel, 3>(top_border, top_border_stride, 2, width + 2, sum3, in BoxFilterProcessPass2()
871 const ptrdiff_t stride, const void* const top_border, in SelfGuidedFilter_C() argument
879 const auto* top = static_cast<const Pixel*>(top_border); in SelfGuidedFilter_C()
Ddsp.h402 ptrdiff_t stride, const void* top_border, ptrdiff_t top_border_stride,
/external/exoplayer/tree/extensions/av1/src/main/jni/
Dgav1_jni.cc329 int right_border, int top_border, in Libgav1GetFrameBuffer() argument
335 top_border, bottom_border, stride_alignment, &info); in Libgav1GetFrameBuffer()
/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_10bit_sse4.cc433 const ptrdiff_t stride, const void* const top_border, in WienerFilter_SSE4_1() argument
455 const auto* const top = static_cast<const uint16_t*>(top_border); in WienerFilter_SSE4_1()
2196 const ptrdiff_t stride, const uint16_t* const top_border, in BoxFilterProcess() argument
2238 BoxSum(top_border, top_border_stride, width, sum_stride, sum_width, sum3[0], in BoxFilterProcess()
2308 const uint16_t* const top_border, in BoxFilterProcessPass1() argument
2333 BoxSum<5>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass1()
2386 const uint16_t* const top_border, in BoxFilterProcessPass2() argument
2417 BoxSum<3>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass2()
2469 const ptrdiff_t stride, const void* const top_border, in SelfGuidedFilter_SSE4_1() argument
2477 const auto* const top = static_cast<const uint16_t*>(top_border); in SelfGuidedFilter_SSE4_1()
Dloop_restoration_sse4.cc486 const ptrdiff_t stride, const void* const top_border, in WienerFilter_SSE4_1() argument
508 const auto* const top = static_cast<const uint8_t*>(top_border); in WienerFilter_SSE4_1()
2241 const ptrdiff_t stride, const uint8_t* const top_border, in BoxFilterProcess() argument
2283 BoxSum(top_border, top_border_stride, width, sum_stride, sum_width, sum3[0], in BoxFilterProcess()
2353 const uint8_t* const top_border, in BoxFilterProcessPass1() argument
2378 BoxSum<5>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass1()
2431 const uint8_t* const top_border, in BoxFilterProcessPass2() argument
2462 BoxSum<3>(top_border, top_border_stride, width, sum_stride, sum_width, in BoxFilterProcessPass2()
2514 const ptrdiff_t stride, const void* const top_border, in SelfGuidedFilter_SSE4_1() argument
2522 const auto* top = static_cast<const uint8_t*>(top_border); in SelfGuidedFilter_SSE4_1()
Dloop_restoration_10bit_avx2.cc476 const ptrdiff_t stride, const void* const top_border, in WienerFilter_AVX2() argument
498 const auto* const top = static_cast<const uint16_t*>(top_border); in WienerFilter_AVX2()
2828 const ptrdiff_t stride, const uint16_t* const top_border, in BoxFilterProcess() argument
2870 BoxSum(top_border, top_border_stride, width, sum_stride, temp_stride, sum3[0], in BoxFilterProcess()
2940 const uint16_t* const top_border, in BoxFilterProcessPass1() argument
2965 BoxSum<5>(top_border, top_border_stride, width, sum_stride, temp_stride, in BoxFilterProcessPass1()
3018 const uint16_t* const top_border, in BoxFilterProcessPass2() argument
3049 BoxSum<3>(top_border, top_border_stride, width, sum_stride, temp_stride, in BoxFilterProcessPass2()
3101 const ptrdiff_t stride, const void* const top_border, in SelfGuidedFilter_AVX2() argument
3109 const auto* const top = static_cast<const uint16_t*>(top_border); in SelfGuidedFilter_AVX2()
Dloop_restoration_avx2.cc487 const ptrdiff_t stride, const void* const top_border, in WienerFilter_AVX2() argument
509 const auto* const top = static_cast<const uint8_t*>(top_border); in WienerFilter_AVX2()
2611 const ptrdiff_t stride, const uint8_t* const top_border, in BoxFilterProcess() argument
2653 BoxSum(top_border, top_border_stride, width, sum_stride, temp_stride, sum3[0], in BoxFilterProcess()
2723 const uint8_t* const top_border, in BoxFilterProcessPass1() argument
2748 BoxSum<5>(top_border, top_border_stride, width, sum_stride, temp_stride, in BoxFilterProcessPass1()
2801 const uint8_t* const top_border, in BoxFilterProcessPass2() argument
2832 BoxSum<3>(top_border, top_border_stride, width, sum_stride, temp_stride, in BoxFilterProcessPass2()
2884 const ptrdiff_t stride, const void* const top_border, in SelfGuidedFilter_AVX2() argument
2892 const auto* top = static_cast<const uint8_t*>(top_border); in SelfGuidedFilter_AVX2()
/external/libgav1/libgav1/src/dsp/arm/
Dloop_restoration_neon.cc495 const ptrdiff_t stride, const void* const top_border, in WienerFilter_NEON() argument
523 const auto* const top = static_cast<const uint8_t*>(top_border); in WienerFilter_NEON()
2135 const ptrdiff_t stride, const uint8_t* const top_border, in BoxFilterProcess() argument
2176 BoxSum(top_border, top_border_stride, sum_stride, sum3[0], sum5[1], in BoxFilterProcess()
2246 const uint8_t* const top_border, in BoxFilterProcessPass1() argument
2270 BoxSum<5>(top_border, top_border_stride, sum_stride, sum5[1], square_sum5[1]); in BoxFilterProcessPass1()
2320 const uint8_t* const top_border, in BoxFilterProcessPass2() argument
2350 BoxSum<3>(top_border, top_border_stride, sum_stride, sum3[0], square_sum3[0]); in BoxFilterProcessPass2()
2400 const ptrdiff_t stride, const void* const top_border, in SelfGuidedFilter_NEON() argument
2408 const auto* top = static_cast<const uint8_t*>(top_border); in SelfGuidedFilter_NEON()
/external/libgav1/libgav1/src/tile/
Dprediction.cc1011 const int left_border, const int right_border, const int top_border, in GetReferenceBlockPosition() argument
1036 *ref_block_start_y < (ref_start_y - top_border) || in GetReferenceBlockPosition()
1161 reference_buffer->top_border(plane), in BlockInterPrediction()