Searched refs:h264dsp (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mb_template.c | 177 h->h264dsp.weight_h264_pixels_tab, in hl_decode_mb() 178 h->h264dsp.biweight_h264_pixels_tab); in hl_decode_mb() 185 h->h264dsp.weight_h264_pixels_tab, in hl_decode_mb() 186 h->h264dsp.biweight_h264_pixels_tab); in hl_decode_mb() 209 idct_add = h->h264dsp.h264_add_pixels4_clear; in hl_decode_mb() 237 h->h264dsp.h264_chroma_dc_dequant_idct(sl->mb + (16 * 16 * 1 << PIXEL_SHIFT), in hl_decode_mb() 240 h->h264dsp.h264_chroma_dc_dequant_idct(sl->mb + (16 * 16 * 2 << PIXEL_SHIFT), in hl_decode_mb() 242 h->h264dsp.h264_idct_add8(dest, block_offset, in hl_decode_mb() 344 h->h264dsp.weight_h264_pixels_tab, in hl_decode_mb_444() 345 h->h264dsp in hl_decode_mb_444() [all...] |
H A D | h264_loopfilter.c | 116 h->h264dsp.h264_h_loop_filter_luma(pix, stride, alpha, beta, tc); in filter_mb_edgev() 118 h->h264dsp.h264_h_loop_filter_luma_intra(pix, stride, alpha, beta); in filter_mb_edgev() 138 h->h264dsp.h264_h_loop_filter_chroma(pix, stride, alpha, beta, tc); in filter_mb_edgecv() 140 h->h264dsp.h264_h_loop_filter_chroma_intra(pix, stride, alpha, beta); in filter_mb_edgecv() 161 h->h264dsp.h264_h_loop_filter_luma_mbaff(pix, stride, alpha, beta, tc); in filter_mb_mbaff_edgev() 163 h->h264dsp.h264_h_loop_filter_luma_mbaff_intra(pix, stride, alpha, beta); in filter_mb_mbaff_edgev() 184 h->h264dsp.h264_h_loop_filter_chroma_mbaff(pix, stride, alpha, beta, tc); in filter_mb_mbaff_edgecv() 186 h->h264dsp.h264_h_loop_filter_chroma_mbaff_intra(pix, stride, alpha, beta); in filter_mb_mbaff_edgecv() 206 h->h264dsp.h264_v_loop_filter_luma(pix, stride, alpha, beta, tc); in filter_mb_edgeh() 208 h->h264dsp in filter_mb_edgeh() [all...] |
H A D | h264_mb.c | 631 idct_add = h->h264dsp.h264_add_pixels8_clear; in hl_decode_mb_predict_luma() 633 idct_dc_add = h->h264dsp.h264_idct8_dc_add; in hl_decode_mb_predict_luma() 634 idct_add = h->h264dsp.h264_idct8_add; in hl_decode_mb_predict_luma() 661 idct_add = h->h264dsp.h264_add_pixels4_clear; in hl_decode_mb_predict_luma() 663 idct_dc_add = h->h264dsp.h264_idct_dc_add; in hl_decode_mb_predict_luma() 664 idct_add = h->h264dsp.h264_idct_add; in hl_decode_mb_predict_luma() 707 h->h264dsp.h264_luma_dc_dequant_idct(sl->mb + (p * 256 << pixel_shift), in hl_decode_mb_predict_luma() 751 h->h264dsp.h264_add_pixels4_clear(dest_y + block_offset[i], in hl_decode_mb_idct_luma() 756 h->h264dsp.h264_idct_add16intra(dest_y, block_offset, in hl_decode_mb_idct_luma() 764 idct_add = IS_8x8DCT(mb_type) ? h->h264dsp in hl_decode_mb_idct_luma() [all...] |
H A D | h264_parser.c | 42 #include "h264dsp.h" 55 H264DSPContext h264dsp; member 111 i += p->h264dsp.startcode_find_candidate(buf + i, next_avc - i); in h264_find_frame_end() 684 ff_h264dsp_init(&p->h264dsp, 8, 1); in init()
|
H A D | svq3.c | 54 #include "h264dsp.h" 87 H264DSPContext h264dsp; member 696 s->h264dsp.h264_chroma_dc_dequant_idct(s->mb + 16 * 16 * 1, in hl_decode_mb() 698 s->h264dsp.h264_chroma_dc_dequant_idct(s->mb + 16 * 16 * 2, in hl_decode_mb() 1137 ff_h264dsp_init(&s->h264dsp, 8, 1); in svq3_decode_init()
|
H A D | h264dec.h | 42 #include "h264dsp.h" 334 H264DSPContext h264dsp; member
|
H A D | h264_slice.c | 998 ff_h264dsp_init(&h->h264dsp, sps->bit_depth_luma, in h264_slice_header_init()
|
H A D | Makefile | 99 OBJS-$(CONFIG_H264DSP) += h264dsp.o h264idct.o
|
/third_party/ffmpeg/tests/fate/ |
H A D | checkasm.mak | 14 fate-checkasm-h264dsp \
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | Makefile | 9 AVCODECOBJS-$(CONFIG_H264DSP) += h264dsp.o
|
Completed in 14 milliseconds