/external/libgav1/libgav1/src/ |
D | internal_frame_buffer_list.cc | 31 int bottom_border, int stride_alignment) { in OnInternalFrameBufferSizeChanged() 42 int bottom_border, int stride_alignment, Libgav1FrameBuffer* frame_buffer) { in GetInternalFrameBuffer() 68 int left_border, int right_border, int top_border, int bottom_border, in GetFrameBuffer()
|
D | buffer_pool.cc | 47 int top_border, int bottom_border) { in Realloc() 150 int top_border, int bottom_border) { in OnFrameBufferSizeChanged()
|
D | frame_buffer.cc | 26 int left_border, int right_border, int top_border, int bottom_border, in Libgav1ComputeFrameBufferInfo()
|
D | yuv_buffer.cc | 39 int bottom_border, in Realloc()
|
D | yuv_buffer.h | 111 int bottom_border(int plane) const { return bottom_border_[plane]; } in bottom_border() function
|
D | decoder_impl.cc | 1219 const int bottom_border = GetBottomBorderPixels( in DecodeTiles() local
|
/external/libgav1/libgav1/examples/ |
D | gav1_decode_cv_pixel_buffer_pool.cc | 44 int right_border, int top_border, int bottom_border, int stride_alignment) { in Gav1DecodeOnCVPixelBufferSizeChanged() 55 int right_border, int top_border, int bottom_border, int stride_alignment, in Gav1DecodeGetCVPixelBuffer() 90 int left_border, int right_border, int top_border, int bottom_border, in OnCVPixelBufferSizeChanged()
|
/external/libgav1/libgav1/src/dsp/ |
D | loop_restoration.cc | 149 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_C() 551 const Pixel* bottom_border, in BoxFilterProcess() 695 const Pixel* bottom_border, in BoxFilterProcessPass1() 788 const Pixel* bottom_border, in BoxFilterProcessPass2() 872 const ptrdiff_t top_border_stride, const void* const bottom_border, in SelfGuidedFilter_C()
|
/external/libgav1/libgav1/src/gav1/ |
D | frame_buffer.h | 158 int bottom_border, in ComputeFrameBufferInfo()
|
/external/libgav1/libgav1/src/post_filter/ |
D | loop_restoration.cc | 65 const Pixel* bottom_border = src + current_process_unit_height * stride; in ApplyLoopRestorationForOneRow() local
|
D | post_filter.cc | 379 const int bottom_border = in CopyBordersForOneSuperBlockRow() local
|
D | cdef.cc | 242 const Pixel* bottom_border = in PrepareCdefBlock() local
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | loop_restoration_neon.cc | 496 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_NEON() 2136 const ptrdiff_t top_border_stride, const uint8_t* bottom_border, in BoxFilterProcess() 2248 const uint8_t* bottom_border, in BoxFilterProcessPass1() 2322 const uint8_t* bottom_border, in BoxFilterProcessPass2() 2401 const ptrdiff_t top_border_stride, const void* const bottom_border, in SelfGuidedFilter_NEON()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | loop_restoration_10bit_sse4.cc | 434 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_SSE4_1() 2197 const ptrdiff_t top_border_stride, const uint16_t* bottom_border, in BoxFilterProcess() 2310 const uint16_t* bottom_border, in BoxFilterProcessPass1() 2388 const uint16_t* bottom_border, in BoxFilterProcessPass2() 2470 const ptrdiff_t top_border_stride, const void* const bottom_border, in SelfGuidedFilter_SSE4_1()
|
D | loop_restoration_sse4.cc | 487 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_SSE4_1() 2242 const ptrdiff_t top_border_stride, const uint8_t* bottom_border, in BoxFilterProcess() 2355 const uint8_t* bottom_border, in BoxFilterProcessPass1() 2433 const uint8_t* bottom_border, in BoxFilterProcessPass2() 2515 const ptrdiff_t top_border_stride, const void* const bottom_border, in SelfGuidedFilter_SSE4_1()
|
D | loop_restoration_10bit_avx2.cc | 477 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_AVX2() 2829 const ptrdiff_t top_border_stride, const uint16_t* bottom_border, in BoxFilterProcess() 2942 const uint16_t* bottom_border, in BoxFilterProcessPass1() 3020 const uint16_t* bottom_border, in BoxFilterProcessPass2() 3102 const ptrdiff_t top_border_stride, const void* const bottom_border, in SelfGuidedFilter_AVX2()
|
D | loop_restoration_avx2.cc | 488 const ptrdiff_t top_border_stride, const void* const bottom_border, in WienerFilter_AVX2() 2612 const ptrdiff_t top_border_stride, const uint8_t* bottom_border, in BoxFilterProcess() 2725 const uint8_t* bottom_border, in BoxFilterProcessPass1() 2803 const uint8_t* bottom_border, in BoxFilterProcessPass2() 2885 const ptrdiff_t top_border_stride, const void* const bottom_border, in SelfGuidedFilter_AVX2()
|
/external/exoplayer/tree/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 330 int bottom_border, int stride_alignment, in Libgav1GetFrameBuffer()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 1012 const int bottom_border, int* ref_block_start_x, int* ref_block_start_y, in GetReferenceBlockPosition()
|
D | tile.cc | 532 const int bottom_border = buffer.bottom_border(plane) - vertical_shift; local
|