/aosp_15_r20/external/libgav1/src/ |
H A 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()
|
H A D | internal_frame_buffer_list_test.cc | 56 const int bottom_border = 0; in TEST_F() local 113 const int bottom_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 | 112 int bottom_border(int plane) const { return bottom_border_[plane]; } in bottom_border() function
|
H A D | yuv_buffer.cc | 40 int bottom_border, in Realloc()
|
H A D | decoder_test.cc | 68 int bottom_border, int stride_alignment, Libgav1FrameBuffer* frame_buffer) { in GetFrameBuffer()
|
H A D | c_decoder_test.c | 124 int bottom_border, int stride_alignment, Libgav1FrameBuffer* frame_buffer) { in GetFrameBuffer()
|
H A D | decoder_impl.cc | 1237 const int bottom_border = GetBottomBorderPixels( in DecodeTiles() local
|
/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 | 151 const void* LIBGAV1_RESTRICT const bottom_border, in WienerFilter_C() 554 const Pixel* bottom_border, in BoxFilterProcess() 698 const Pixel* bottom_border, in BoxFilterProcessPass1() 791 const Pixel* bottom_border, in BoxFilterProcessPass2() 877 const void* LIBGAV1_RESTRICT const bottom_border, in SelfGuidedFilter_C()
|
/aosp_15_r20/external/libgav1/src/gav1/ |
H A D | frame_buffer.h | 158 int bottom_border, in ComputeFrameBufferInfo()
|
/aosp_15_r20/external/libgav1/src/post_filter/ |
H A D | loop_restoration.cc | 65 const Pixel* bottom_border = src + current_process_unit_height * stride; in ApplyLoopRestorationForOneRow() local
|
H A D | post_filter.cc | 415 const int bottom_border = in CopyBordersForOneSuperBlockRow() local
|
H A D | cdef.cc | 260 const Pixel* bottom_border = in PrepareCdefBlock() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | loop_restoration_neon.cc | 499 const void* LIBGAV1_RESTRICT const bottom_border, in WienerFilter_NEON() 2089 const ptrdiff_t top_border_stride, const uint8_t* bottom_border, in BoxFilterProcess() 2202 const uint8_t* bottom_border, in BoxFilterProcessPass1() 2278 const uint8_t* bottom_border, in BoxFilterProcessPass2() 2361 const void* LIBGAV1_RESTRICT const bottom_border, in SelfGuidedFilter_NEON()
|
H A D | loop_restoration_10bit_neon.cc | 486 const void* LIBGAV1_RESTRICT const bottom_border, in WienerFilter_NEON() 2324 const ptrdiff_t top_border_stride, const uint16_t* bottom_border, in BoxFilterProcess() 2437 const uint16_t* bottom_border, in BoxFilterProcessPass1() 2516 const uint16_t* bottom_border, in BoxFilterProcessPass2() 2600 const void* LIBGAV1_RESTRICT const bottom_border, in SelfGuidedFilter_NEON()
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | loop_restoration_10bit_sse4.cc | 436 const void* LIBGAV1_RESTRICT const bottom_border, in WienerFilter_SSE4_1() 2207 const ptrdiff_t top_border_stride, const uint16_t* bottom_border, in BoxFilterProcess() 2320 const uint16_t* bottom_border, in BoxFilterProcessPass1() 2398 const uint16_t* bottom_border, in BoxFilterProcessPass2() 2482 const void* LIBGAV1_RESTRICT const bottom_border, in SelfGuidedFilter_SSE4_1()
|
H A D | loop_restoration_sse4.cc | 489 const void* LIBGAV1_RESTRICT const bottom_border, in WienerFilter_SSE4_1() 2253 const ptrdiff_t top_border_stride, const uint8_t* bottom_border, in BoxFilterProcess() 2366 const uint8_t* bottom_border, in BoxFilterProcessPass1() 2444 const uint8_t* bottom_border, in BoxFilterProcessPass2() 2528 const void* LIBGAV1_RESTRICT const bottom_border, in SelfGuidedFilter_SSE4_1()
|
H A D | loop_restoration_10bit_avx2.cc | 479 const void* LIBGAV1_RESTRICT const bottom_border, in WienerFilter_AVX2() 2832 const ptrdiff_t top_border_stride, const uint16_t* bottom_border, in BoxFilterProcess() 2945 const uint16_t* bottom_border, in BoxFilterProcessPass1() 3023 const uint16_t* bottom_border, in BoxFilterProcessPass2() 3107 const void* LIBGAV1_RESTRICT const bottom_border, in SelfGuidedFilter_AVX2()
|
H A D | loop_restoration_avx2.cc | 490 const void* LIBGAV1_RESTRICT const bottom_border, in WienerFilter_AVX2() 2615 const ptrdiff_t top_border_stride, const uint8_t* bottom_border, in BoxFilterProcess() 2728 const uint8_t* bottom_border, in BoxFilterProcessPass1() 2806 const uint8_t* bottom_border, in BoxFilterProcessPass2() 2890 const void* LIBGAV1_RESTRICT const bottom_border, in SelfGuidedFilter_AVX2()
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/i945/ |
H A D | gma.c | 90 u32 hactive, vactive, right_border, bottom_border; in intel_gma_init_lvds() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/ |
H A D | gav1_jni.cc | 325 int bottom_border, int stride_alignment, in Libgav1GetFrameBuffer()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/ |
H A D | gav1_jni.cc | 325 int bottom_border, int stride_alignment, in Libgav1GetFrameBuffer()
|
/aosp_15_r20/external/libgav1/src/tile/ |
H A D | prediction.cc | 997 const int bottom_border, int* ref_block_start_x, int* ref_block_start_y, in GetReferenceBlockPosition()
|