/aosp_15_r20/external/libgav1/src/ |
H A D | internal_frame_buffer_list.cc | 30 int width, int height, int left_border, int right_border, int top_border, in OnInternalFrameBufferSizeChanged() 41 int width, int height, int left_border, int right_border, int top_border, in GetInternalFrameBuffer() 68 int left_border, int right_border, int top_border, int bottom_border, in GetFrameBuffer()
|
H A D | internal_frame_buffer_list_test.cc | 55 const int top_border = 0; in TEST_F() local 112 const int top_border = 16; in TEST_F() local
|
H A D | buffer_pool.cc | 47 int top_border, int bottom_border) { in Realloc() 150 int top_border, int bottom_border) { in OnFrameBufferSizeChanged()
|
H A D | frame_buffer.cc | 26 int left_border, int right_border, int top_border, int bottom_border, in Libgav1ComputeFrameBufferInfo()
|
H A D | yuv_buffer.h | 111 int top_border(int plane) const { return top_border_[plane]; } in top_border() function
|
H A D | yuv_buffer.cc | 39 int left_border, int right_border, int top_border, in Realloc()
|
H A D | decoder_test.cc | 67 int width, int height, int left_border, int right_border, int top_border, in GetFrameBuffer()
|
H A D | c_decoder_test.c | 123 int width, int height, int left_border, int right_border, int top_border, in GetFrameBuffer()
|
/aosp_15_r20/external/libgav1/examples/ |
H A 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()
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | loop_restoration.cc | 149 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_C() 552 const Pixel* const top_border, in BoxFilterProcess() 696 const Pixel* const top_border, in BoxFilterProcessPass1() 789 const Pixel* const top_border, in BoxFilterProcessPass2() 875 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_C()
|
/aosp_15_r20/external/libgav1/src/gav1/ |
H A D | frame_buffer.h | 157 int right_border, int top_border, in ComputeFrameBufferInfo()
|
/aosp_15_r20/external/libgav1/src/post_filter/ |
H A D | loop_restoration.cc | 63 const Pixel* top_border = src - kRestorationVerticalBorder * stride; in ApplyLoopRestorationForOneRow() local
|
H A D | post_filter.cc | 411 const int top_border = in CopyBordersForOneSuperBlockRow() local
|
H A D | cdef.cc | 196 const Pixel* top_border = in PrepareCdefBlock() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | loop_restoration_neon.cc | 497 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_NEON() 2088 const ptrdiff_t stride, const uint8_t* const top_border, in BoxFilterProcess() 2200 const uint8_t* const top_border, in BoxFilterProcessPass1() 2276 const uint8_t* const top_border, in BoxFilterProcessPass2() 2359 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_NEON()
|
H A D | loop_restoration_10bit_neon.cc | 484 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_NEON() 2323 const ptrdiff_t stride, const uint16_t* const top_border, in BoxFilterProcess() 2435 const uint16_t* const top_border, in BoxFilterProcessPass1() 2514 const uint16_t* const top_border, in BoxFilterProcessPass2() 2598 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_NEON()
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | loop_restoration_10bit_sse4.cc | 434 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_SSE4_1() 2206 const ptrdiff_t stride, const uint16_t* const top_border, in BoxFilterProcess() 2318 const uint16_t* const top_border, in BoxFilterProcessPass1() 2396 const uint16_t* const top_border, in BoxFilterProcessPass2() 2480 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_SSE4_1()
|
H A D | loop_restoration_sse4.cc | 487 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_SSE4_1() 2252 const ptrdiff_t stride, const uint8_t* const top_border, in BoxFilterProcess() 2364 const uint8_t* const top_border, in BoxFilterProcessPass1() 2442 const uint8_t* const top_border, in BoxFilterProcessPass2() 2526 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_SSE4_1()
|
H A D | loop_restoration_10bit_avx2.cc | 477 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_AVX2() 2831 const ptrdiff_t stride, const uint16_t* const top_border, in BoxFilterProcess() 2943 const uint16_t* const top_border, in BoxFilterProcessPass1() 3021 const uint16_t* const top_border, in BoxFilterProcessPass2() 3105 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_AVX2()
|
H A D | loop_restoration_avx2.cc | 488 const void* LIBGAV1_RESTRICT const top_border, in WienerFilter_AVX2() 2614 const ptrdiff_t stride, const uint8_t* const top_border, in BoxFilterProcess() 2726 const uint8_t* const top_border, in BoxFilterProcessPass1() 2804 const uint8_t* const top_border, in BoxFilterProcessPass2() 2888 const void* LIBGAV1_RESTRICT const top_border, in SelfGuidedFilter_AVX2()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/ |
H A D | gav1_jni.cc | 324 int right_border, int top_border, in Libgav1GetFrameBuffer()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/ |
H A D | gav1_jni.cc | 324 int right_border, int top_border, in Libgav1GetFrameBuffer()
|
/aosp_15_r20/external/libgav1/src/tile/ |
H A D | prediction.cc | 996 const int left_border, const int right_border, const int top_border, in GetReferenceBlockPosition()
|