Searched refs:hevcdsp (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdsp.c | 25 #include "hevcdsp.h" 126 void ff_hevc_dsp_init(HEVCDSPContext *hevcdsp, int bit_depth) in ff_hevc_dsp_init() argument 135 hevcdsp->dst1[i][idx1][idx2] = a ## _ ## depth; \ in ff_hevc_dsp_init() 197 hevcdsp->put_pcm = FUNC(put_pcm, depth); \ in ff_hevc_dsp_init() 198 hevcdsp->add_residual[0] = FUNC(add_residual4x4, depth); \ in ff_hevc_dsp_init() 199 hevcdsp->add_residual[1] = FUNC(add_residual8x8, depth); \ in ff_hevc_dsp_init() 200 hevcdsp->add_residual[2] = FUNC(add_residual16x16, depth); \ in ff_hevc_dsp_init() 201 hevcdsp->add_residual[3] = FUNC(add_residual32x32, depth); \ in ff_hevc_dsp_init() 202 hevcdsp->dequant = FUNC(dequant, depth); \ in ff_hevc_dsp_init() 203 hevcdsp in ff_hevc_dsp_init() [all...] |
H A D | hevc_filter.c | 337 s->hevcdsp.sao_band_filter[tab](src, dst, stride_src, stride_dst, in sao_filter_CTB() 343 s->hevcdsp.sao_band_filter[tab](src, src, stride_src, stride_src, in sao_filter_CTB() 445 s->hevcdsp.sao_edge_filter[tab](src, dst, stride_src, sao->offset_val[c_idx], in sao_filter_CTB() 447 s->hevcdsp.sao_edge_restore[restore](src, dst, in sao_filter_CTB() 546 s->hevcdsp.hevc_v_loop_filter_luma_c(src, in deblocking_filter_CTB() 550 s->hevcdsp.hevc_v_loop_filter_luma(src, in deblocking_filter_CTB() 578 s->hevcdsp.hevc_h_loop_filter_luma_c(src, in deblocking_filter_CTB() 582 s->hevcdsp.hevc_h_loop_filter_luma(src, in deblocking_filter_CTB() 612 s->hevcdsp.hevc_v_loop_filter_chroma_c(src, in deblocking_filter_CTB() 616 s->hevcdsp in deblocking_filter_CTB() [all...] |
H A D | hevc_cabac.c | 1492 s->hevcdsp.transform_rdpcm(coeffs, log2_trafo_size, mode); in ff_hevc_hls_residual_coding() 1504 s->hevcdsp.dequant(coeffs, log2_trafo_size); in ff_hevc_hls_residual_coding() 1511 s->hevcdsp.transform_rdpcm(coeffs, log2_trafo_size, mode); in ff_hevc_hls_residual_coding() 1514 s->hevcdsp.transform_4x4_luma(coeffs); in ff_hevc_hls_residual_coding() 1518 s->hevcdsp.idct_dc[log2_trafo_size - 2](coeffs); in ff_hevc_hls_residual_coding() 1527 s->hevcdsp.idct[log2_trafo_size - 2](coeffs, col_limit); in ff_hevc_hls_residual_coding() 1538 s->hevcdsp.add_residual[log2_trafo_size-2](dst, coeffs, stride); in ff_hevc_hls_residual_coding()
|
H A D | hevcdec.c | 516 ff_hevc_dsp_init (&s->hevcdsp, sps->bit_depth); in set_sps() 1217 s->hevcdsp.add_residual[log2_trafo_size_c-2](dst, coeffs, stride); in hls_transform_unit() 1246 s->hevcdsp.add_residual[log2_trafo_size_c-2](dst, coeffs, stride); in hls_transform_unit() 1469 s->hevcdsp.put_pcm(dst0, stride0, cb_size, cb_size, &gb, s->ps.sps->pcm.bit_depth); in hls_pcm_sample() 1471 s->hevcdsp.put_pcm(dst1, stride1, in hls_pcm_sample() 1475 s->hevcdsp.put_pcm(dst2, stride2, in hls_pcm_sample() 1538 s->hevcdsp.put_hevc_qpel_uni[idx][!!my][!!mx](dst, dststride, src, srcstride, in luma_mc_uni() 1541 s->hevcdsp.put_hevc_qpel_uni_w[idx][!!my][!!mx](dst, dststride, src, srcstride, in luma_mc_uni() 1620 s->hevcdsp.put_hevc_qpel[idx][!!my0][!!mx0](lc->tmp, src0, src0stride, in luma_mc_bi() 1623 s->hevcdsp in luma_mc_bi() [all...] |
H A D | hevcdec.h | 41 #include "hevcdsp.h" 524 HEVCDSPContext hevcdsp; member
|
H A D | Makefile | 408 hevcdsp.o hevc_filter.o hevc_data.o \
|
Completed in 20 milliseconds