Searched defs:stride_src (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
D | hevcdsp_init_neon.c | 156 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/ |
D | hevc_filter.c | 142 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_CTB() 173 ptrdiff_t stride_dst, ptrdiff_t stride_src) in copy_vert() 192 ptrdiff_t stride_src, int x, int y, int width, int height, in copy_CTB_to_hv() 213 ptrdiff_t stride_src, ptrdiff_t stride_dst, in restore_tqb_pixels() 309 ptrdiff_t stride_src = s->frame->linesize[c_idx]; in sao_filter_CTB() local
|
D | hevcdsp_template.c | 338 ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) / sizeof(pixel); in FUNC() local
|
/third_party/openh264/codec/decoder/core/src/ |
D | mv_pred.cpp | 131 void CopyRectBlock4Cols (void* vdst, void* vsrc, const int32_t stride_dst, const int32_t stride_src… in CopyRectBlock4Cols()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_lpf_sao_msa.c | 2597 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
|