Searched refs:ff_h264dsp_init (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | h264dsp.c | 190 ff_h264dsp_init(&h, bit_depth, 1); in check_idct() 246 ff_h264dsp_init(&h, bit_depth, 1); in check_idct_multiple() 335 ff_h264dsp_init(&h, bit_depth, 1); in check_loop_filter() 377 ff_h264dsp_init(&h, bit_depth, 2); in check_loop_filter() 399 ff_h264dsp_init(&h, bit_depth, 1); in check_loop_filter_intra() 436 ff_h264dsp_init(&h, bit_depth, 2); in check_loop_filter_intra()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264dsp.h | 120 void ff_h264dsp_init(H264DSPContext *c, const int bit_depth,
|
H A D | h264dsp.c | 66 av_cold void ff_h264dsp_init(H264DSPContext *c, const int bit_depth, in ff_h264dsp_init() function
|
H A D | h264_parser.c | 684 ff_h264dsp_init(&p->h264dsp, 8, 1); in init()
|
H A D | svq3.c | 1137 ff_h264dsp_init(&s->h264dsp, 8, 1); in svq3_decode_init()
|
H A D | h264_slice.c | 998 ff_h264dsp_init(&h->h264dsp, sps->bit_depth_luma, in h264_slice_header_init()
|
Completed in 9 milliseconds