Home
last modified time | relevance | path

Searched defs:bottom_border (Results 1 – 20 of 20) sorted by relevance

/external/libgav1/libgav1/src/
Dinternal_frame_buffer_list.cc31 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()
Dbuffer_pool.cc47 int top_border, int bottom_border) { in Realloc()
150 int top_border, int bottom_border) { in OnFrameBufferSizeChanged()
Dframe_buffer.cc26 int left_border, int right_border, int top_border, int bottom_border, in Libgav1ComputeFrameBufferInfo()
Dyuv_buffer.cc39 int bottom_border, in Realloc()
Dyuv_buffer.h111 int bottom_border(int plane) const { return bottom_border_[plane]; } in bottom_border() function
Ddecoder_impl.cc1219 const int bottom_border = GetBottomBorderPixels( in DecodeTiles() local
/external/libgav1/libgav1/examples/
Dgav1_decode_cv_pixel_buffer_pool.cc44 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/
Dloop_restoration.cc149 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/
Dframe_buffer.h158 int bottom_border, in ComputeFrameBufferInfo()
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc65 const Pixel* bottom_border = src + current_process_unit_height * stride; in ApplyLoopRestorationForOneRow() local
Dpost_filter.cc379 const int bottom_border = in CopyBordersForOneSuperBlockRow() local
Dcdef.cc242 const Pixel* bottom_border = in PrepareCdefBlock() local
/external/libgav1/libgav1/src/dsp/arm/
Dloop_restoration_neon.cc496 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/
Dloop_restoration_10bit_sse4.cc434 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()
Dloop_restoration_sse4.cc487 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()
Dloop_restoration_10bit_avx2.cc477 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()
Dloop_restoration_avx2.cc488 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/
Dgav1_jni.cc330 int bottom_border, int stride_alignment, 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()
Dtile.cc532 const int bottom_border = buffer.bottom_border(plane) - vertical_shift; local