Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dinternal_frame_buffer_list.cc31 int bottom_border, int stride_alignment) { in OnInternalFrameBufferSizeChanged() argument
36 top_border, bottom_border, stride_alignment); in OnInternalFrameBufferSizeChanged()
42 int bottom_border, int stride_alignment, Libgav1FrameBuffer* frame_buffer) { 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()
Dyuv_buffer.cc39 int bottom_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()
67 is_monochrome ? 0 : bottom_border >> subsampling_y; in Realloc()
77 bottom_border, kFrameBufferRowAlignment, in Realloc()
109 const uint64_t y_plane_size = (height + top_border + bottom_border) * in Realloc()
179 bottom_border_[kPlaneY] = bottom_border; in Realloc()
Dinternal_frame_buffer_list.h33 int bottom_border, int stride_alignment);
38 int bottom_border, int stride_alignment, Libgav1FrameBuffer* frame_buffer);
57 int top_border, int bottom_border,
64 int bottom_border, int stride_alignment,
Dframe_buffer.cc26 int left_border, int right_border, int top_border, int bottom_border, in Libgav1ComputeFrameBufferInfo() argument
52 bottom_border | stride_alignment) < 0 || 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()
84 is_monochrome ? 0 : bottom_border >> subsampling_y; in Libgav1ComputeFrameBufferInfo()
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,
111 int bottom_border(int plane) const { return bottom_border_[plane]; } in bottom_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);
Ddecoder_impl.cc1219 const int bottom_border = GetBottomBorderPixels( in DecodeTiles() local
1231 /*top_border=*/kBorderPixels, bottom_border)) { in DecodeTiles()
Dtile.h464 int right_border, int top_border, int bottom_border,
/external/libgav1/libgav1/src/gav1/
Dframe_buffer.h69 int bottom_border, int stride_alignment);
92 int bottom_border, int stride_alignment, Libgav1FrameBuffer* frame_buffer);
134 int left_border, int right_border, int top_border, int bottom_border,
158 int bottom_border, in ComputeFrameBufferInfo() argument
163 bottom_border, stride_alignment, info); 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,
62 int bottom_border, int stride_alignment,
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
147 CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &bottom_border)); in OnCVPixelBufferSizeChanged()
/external/libgav1/libgav1/src/dsp/
Dloop_restoration.cc149 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_C() argument
169 const auto* bottom = static_cast<const Pixel*>(bottom_border) - kCenterTap; in WienerFilter_C()
551 const Pixel* bottom_border, in BoxFilterProcess() argument
598 const Pixel* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcess()
640 sr = bottom_border; in BoxFilterProcess()
644 s_stride = bottom_border - (src + 2 * stride); in BoxFilterProcess()
668 BoxSum<Pixel>(bottom_border + bottom_border_stride, bottom_border_stride, 1, in BoxFilterProcess()
695 const Pixel* bottom_border, in BoxFilterProcessPass1() argument
722 const Pixel* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcessPass1()
748 sr = bottom_border; in BoxFilterProcessPass1()
[all …]
Ddsp.h403 const void* bottom_border, ptrdiff_t bottom_border_stride, int width,
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc65 const Pixel* bottom_border = src + current_process_unit_height * stride; in ApplyLoopRestorationForOneRow() local
77 bottom_border = loop_restoration_border + in ApplyLoopRestorationForOneRow()
89 top_border_stride, bottom_border, bottom_border_stride, in ApplyLoopRestorationForOneRow()
Dpost_filter.cc257 assert(vertical_shift <= frame_buffer_.bottom_border(plane));
291 frame_buffer_.bottom_border(plane) >= kMinBottomBorderPixels); in ExtendBordersForReferenceFrame()
304 frame_buffer_.bottom_border(plane)); in ExtendBordersForReferenceFrame()
379 const int bottom_border = in CopyBordersForOneSuperBlockRow() local
382 : frame_buffer_.bottom_border(plane)) in CopyBordersForOneSuperBlockRow()
385 right_border, top_border, bottom_border); in CopyBordersForOneSuperBlockRow()
Dcdef.cc242 const Pixel* bottom_border = in PrepareCdefBlock() local
247 CopyRowForCdef(bottom_border, block_width, unit_width, is_frame_left, in PrepareCdefBlock()
249 bottom_border += bottom_border_stride; in PrepareCdefBlock()
/external/libgav1/libgav1/src/dsp/x86/
Dloop_restoration_10bit_sse4.cc434 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_SSE4_1() argument
456 const auto* const bottom = static_cast<const uint16_t*>(bottom_border); in WienerFilter_SSE4_1()
2197 const ptrdiff_t top_border_stride, const uint16_t* bottom_border, in BoxFilterProcess() argument
2242 const uint16_t* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcess()
2274 sr[0] = bottom_border; in BoxFilterProcess()
2275 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcess()
2278 sr[1] = bottom_border; in BoxFilterProcess()
2299 BoxFilterLastRow(src + 3, bottom_border + bottom_border_stride, width, in BoxFilterProcess()
2310 const uint16_t* bottom_border, in BoxFilterProcessPass1() argument
2337 const uint16_t* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcessPass1()
[all …]
Dloop_restoration_sse4.cc487 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_SSE4_1() argument
509 const auto* const bottom = static_cast<const uint8_t*>(bottom_border); in WienerFilter_SSE4_1()
2242 const ptrdiff_t top_border_stride, const uint8_t* bottom_border, in BoxFilterProcess() argument
2287 const uint8_t* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcess()
2319 sr[0] = bottom_border; in BoxFilterProcess()
2320 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcess()
2323 sr[1] = bottom_border; in BoxFilterProcess()
2344 BoxFilterLastRow(src + 3, bottom_border + bottom_border_stride, width, in BoxFilterProcess()
2355 const uint8_t* bottom_border, in BoxFilterProcessPass1() argument
2382 const uint8_t* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcessPass1()
[all …]
Dloop_restoration_10bit_avx2.cc477 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_AVX2() argument
499 const auto* const bottom = static_cast<const uint16_t*>(bottom_border); in WienerFilter_AVX2()
2829 const ptrdiff_t top_border_stride, const uint16_t* bottom_border, in BoxFilterProcess() argument
2874 const uint16_t* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcess()
2906 sr[0] = bottom_border; in BoxFilterProcess()
2907 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcess()
2910 sr[1] = bottom_border; in BoxFilterProcess()
2931 BoxFilterLastRow(src + 3, bottom_border + bottom_border_stride, width, in BoxFilterProcess()
2942 const uint16_t* bottom_border, in BoxFilterProcessPass1() argument
2969 const uint16_t* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcessPass1()
[all …]
Dloop_restoration_avx2.cc488 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_AVX2() argument
510 const auto* const bottom = static_cast<const uint8_t*>(bottom_border); in WienerFilter_AVX2()
2612 const ptrdiff_t top_border_stride, const uint8_t* bottom_border, in BoxFilterProcess() argument
2657 const uint8_t* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcess()
2689 sr[0] = bottom_border; in BoxFilterProcess()
2690 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcess()
2693 sr[1] = bottom_border; in BoxFilterProcess()
2714 BoxFilterLastRow(src + 3, bottom_border + bottom_border_stride, width, in BoxFilterProcess()
2725 const uint8_t* bottom_border, in BoxFilterProcessPass1() argument
2752 const uint8_t* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcessPass1()
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dloop_restoration_neon.cc496 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_NEON() argument
524 const auto* const bottom = static_cast<const uint8_t*>(bottom_border); in WienerFilter_NEON()
2136 const ptrdiff_t top_border_stride, const uint8_t* bottom_border, in BoxFilterProcess() argument
2180 const uint8_t* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcess()
2212 sr[0] = bottom_border; in BoxFilterProcess()
2213 sr[1] = bottom_border + bottom_border_stride; in BoxFilterProcess()
2216 sr[1] = bottom_border; in BoxFilterProcess()
2237 BoxFilterLastRow(src + 3, bottom_border + bottom_border_stride, width, in BoxFilterProcess()
2248 const uint8_t* bottom_border, in BoxFilterProcessPass1() argument
2273 const uint8_t* const s = (height > 1) ? src + stride : bottom_border; in BoxFilterProcessPass1()
[all …]
/external/exoplayer/tree/extensions/av1/src/main/jni/
Dgav1_jni.cc330 int bottom_border, int stride_alignment, in Libgav1GetFrameBuffer() argument
335 top_border, bottom_border, stride_alignment, &info); in Libgav1GetFrameBuffer()
/external/libgav1/libgav1/src/tile/
Dprediction.cc1012 const int bottom_border, int* ref_block_start_x, int* ref_block_start_y, in GetReferenceBlockPosition() argument
1037 ref_block_end_y > (ref_last_y + bottom_border); in GetReferenceBlockPosition()
1162 reference_buffer->bottom_border(plane), &ref_block_start_x, in BlockInterPrediction()
Dtile.cc532 const int bottom_border = buffer.bottom_border(plane) - vertical_shift; local
533 assert(bottom_border >= max_tx_length);