/external/libgav1/libgav1/src/ |
D | yuv_buffer.cc | 38 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()
|
D | internal_frame_buffer_list.cc | 30 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()
|
D | frame_buffer.cc | 26 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()
|
D | internal_frame_buffer_list.h | 32 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,
|
D | buffer_pool.cc | 47 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()
|
D | yuv_buffer.h | 89 int right_border, int top_border, int bottom_border, 110 int top_border(int plane) const { return top_border_[plane]; } in top_border() function
|
D | buffer_pool.h | 79 int right_border, int top_border, int bottom_border); 362 int left_border, int right_border, int top_border, int bottom_border);
|
D | tile.h | 464 int right_border, int top_border, int bottom_border,
|
/external/libgav1/libgav1/src/gav1/ |
D | frame_buffer.h | 68 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/ |
D | gav1_decode_cv_pixel_buffer_pool.h | 30 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,
|
D | gav1_decode_cv_pixel_buffer_pool.cc | 44 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/ |
D | loop_restoration.cc | 63 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()
|
D | post_filter.cc | 290 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()
|
D | cdef.cc | 178 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/ |
D | loop_restoration.cc | 148 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()
|
D | dsp.h | 402 ptrdiff_t stride, const void* top_border, ptrdiff_t top_border_stride,
|
/external/exoplayer/tree/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 329 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/ |
D | loop_restoration_10bit_sse4.cc | 433 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()
|
D | loop_restoration_sse4.cc | 486 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()
|
D | loop_restoration_10bit_avx2.cc | 476 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()
|
D | loop_restoration_avx2.cc | 487 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/ |
D | loop_restoration_neon.cc | 495 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/ |
D | prediction.cc | 1011 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()
|