Searched refs:hevcdsp (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp.c25 #include "hevcdsp.h"
126 void ff_hevc_dsp_init(HEVCDSPContext *hevcdsp, int bit_depth) argument
135 hevcdsp->dst1[i][idx1][idx2] = a ## _ ## depth; \
197 hevcdsp->put_pcm = FUNC(put_pcm, depth); \
198 hevcdsp->transform_add[0] = FUNC(transform_add4x4, depth); \
199 hevcdsp->transform_add[1] = FUNC(transform_add8x8, depth); \
200 hevcdsp->transform_add[2] = FUNC(transform_add16x16, depth); \
201 hevcdsp->transform_add[3] = FUNC(transform_add32x32, depth); \
202 hevcdsp->transform_skip = FUNC(transform_skip, depth); \
203 hevcdsp
[all...]
H A Dhevc_filter.c263 s->hevcdsp.sao_band_filter(dst, src,
271 s->hevcdsp.sao_edge_filter[restore](dst, src,
368 s->hevcdsp.hevc_v_loop_filter_luma_c(src,
372 s->hevcdsp.hevc_v_loop_filter_luma(src,
400 s->hevcdsp.hevc_v_loop_filter_chroma_c(src,
404 s->hevcdsp.hevc_v_loop_filter_chroma(src,
436 s->hevcdsp.hevc_h_loop_filter_luma_c(src,
440 s->hevcdsp.hevc_h_loop_filter_luma(src,
480 s->hevcdsp.hevc_h_loop_filter_chroma_c(src,
484 s->hevcdsp
[all...]
H A Dhevc_cabac.c1516 s->hevcdsp.transform_rdpcm(coeffs, log2_trafo_size, mode);
1527 s->hevcdsp.transform_skip(coeffs, log2_trafo_size);
1534 s->hevcdsp.transform_rdpcm(coeffs, log2_trafo_size, mode);
1537 s->hevcdsp.idct_4x4_luma(coeffs);
1541 s->hevcdsp.idct_dc[log2_trafo_size-2](coeffs);
1550 s->hevcdsp.idct[log2_trafo_size-2](coeffs, col_limit);
1561 s->hevcdsp.transform_add[log2_trafo_size-2](dst, coeffs, stride);
H A Dhevc.c315 ff_hevc_dsp_init (&s->hevcdsp, sps->bit_depth);
981 s->hevcdsp.transform_add[log2_trafo_size-2](dst, coeffs, stride);
1010 s->hevcdsp.transform_add[log2_trafo_size-2](dst, coeffs, stride);
1262 s->hevcdsp.put_pcm(dst0, stride0, cb_size, cb_size, &gb, s->sps->pcm.bit_depth);
1263 s->hevcdsp.put_pcm(dst1, stride1,
1267 s->hevcdsp.put_pcm(dst2, stride2,
1327 s->hevcdsp.put_hevc_qpel_uni[idx][!!my][!!mx](dst, dststride, src, srcstride,
1330 s->hevcdsp.put_hevc_qpel_uni_w[idx][!!my][!!mx](dst, dststride, src, srcstride,
1410 s->hevcdsp.put_hevc_qpel[idx][!!my0][!!mx0](tmp, MAX_PB_SIZE, src0, src0stride,
1413 s->hevcdsp
[all...]
H A Dhevc.h34 #include "hevcdsp.h"
855 HEVCDSPContext hevcdsp; member in struct:HEVCContext
H A DMakefile263 hevcdsp.o hevc_filter.o

Completed in 106 milliseconds