Home
last modified time | relevance | path

Searched defs:stride_src (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dhevcdsp_init_neon.c156 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_neon_8_wrapper()
186 ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE); in ff_hevc_sao_edge_filter_neon_8_wrapper() local
/third_party/ffmpeg/libavcodec/
Dhevc_filter.c140 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB()
182 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert()
201 ptrdiff_t stride_src, int x, int y, int width, int height, in copy_CTB_to_hv()
222 ptrdiff_t stride_src, ptrdiff_t stride_dst, in restore_tqb_pixels()
318 ptrdiff_t stride_src = s->frame->linesize[c_idx]; in sao_filter_CTB() local
Dhevcdsp_template.c338 ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) / sizeof(pixel); in FUNC() local
/third_party/ffmpeg/libavcodec/mips/
Dhevc_lpf_sao_msa.c2597 ptrdiff_t stride_dst, ptrdiff_t stride_src, in ff_hevc_sao_band_filter_0_8_msa()
2629 ptrdiff_t stride_src = (2 * MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) / sizeof(uint8_t); in ff_hevc_sao_edge_filter_8_msa() local
/third_party/ffmpeg/libavcodec/loongarch/
Dhevc_lpf_sao_lsx.c2370 ptrdiff_t stride_src = (2 * MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE); in ff_hevc_sao_edge_filter_8_lsx() local