Searched refs:h264_chroma_mc_func (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264chroma.h24 typedef void (*h264_chroma_mc_func)(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int srcStride, int h, int x, int y); typedef
27 h264_chroma_mc_func put_h264_chroma_pixels_tab[4];
28 h264_chroma_mc_func avg_h264_chroma_pixels_tab[4];
H A Drv34dsp.h60 h264_chroma_mc_func put_chroma_pixels_tab[3];
61 h264_chroma_mc_func avg_chroma_pixels_tab[3];
H A Dvc1dsp.h64 h264_chroma_mc_func put_no_rnd_vc1_chroma_pixels_tab[3];
65 h264_chroma_mc_func avg_no_rnd_vc1_chroma_pixels_tab[3];
H A Dh264_mc_template.c43 h264_chroma_mc_func chroma_put,
45 h264_chroma_mc_func chroma_avg,
66 h264_chroma_mc_func(*chroma_put),
68 h264_chroma_mc_func(*chroma_avg),
H A Dh264_mb.c210 h264_chroma_mc_func chroma_op,
324 h264_chroma_mc_func chroma_put,
326 h264_chroma_mc_func chroma_avg,
331 h264_chroma_mc_func chroma_op = chroma_put;
371 h264_chroma_mc_func chroma_put,
H A Dcavs.c395 h264_chroma_mc_func chroma_op, cavs_vector *mv)
462 h264_chroma_mc_func chroma_put,
464 h264_chroma_mc_func chroma_avg,
468 h264_chroma_mc_func chroma_op = chroma_put;
H A Dmpegvideo.c2422 int w, int h, h264_chroma_mc_func *pix_op,
2471 h264_chroma_mc_func *pix_op,
2603 h264_chroma_mc_func * pix_op,
2672 h264_chroma_mc_func *pix_op)
3008 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab;
H A Drv34.c669 h264_chroma_mc_func (*chroma_mc))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34dsp.h59 h264_chroma_mc_func put_chroma_pixels_tab[3];
60 h264_chroma_mc_func avg_chroma_pixels_tab[3];
H A Dvc1dsp.h61 h264_chroma_mc_func put_no_rnd_vc1_chroma_pixels_tab[3];
62 h264_chroma_mc_func avg_no_rnd_vc1_chroma_pixels_tab[3];
H A Dcavs.c331 h264_chroma_mc_func chroma_op,cavs_vector *mv){
385 h264_chroma_mc_func chroma_put,qpel_mc_func *qpix_avg,
386 h264_chroma_mc_func chroma_avg, cavs_vector *mv){
388 h264_chroma_mc_func chroma_op= chroma_put;
H A Ddsputil.h160 typedef void (*h264_chroma_mc_func)(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int srcStride, int h, int x, int y); typedef
368 h264_chroma_mc_func put_h264_chroma_pixels_tab[3];
369 h264_chroma_mc_func avg_h264_chroma_pixels_tab[3];
H A Dh264.c449 qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op,
546 qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put,
547 qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg,
552 h264_chroma_mc_func chroma_op= chroma_put;
590 qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put,
677 qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put,
678 qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg,
719 qpel_mc_func (*qpix_put)[16], h264_chroma_mc_func (*chroma_put),
720 qpel_mc_func (*qpix_avg)[16], h264_chroma_mc_func (*chroma_avg),
822 qpel_mc_func (*qpix_put)[16], h264_chroma_mc_func (*chroma_pu
[all...]
H A Dmpegvideo.c1824 int w, int h, h264_chroma_mc_func *pix_op,
1873 h264_chroma_mc_func *pix_op,
1983 h264_chroma_mc_func * pix_op,
2049 h264_chroma_mc_func *pix_op)
2377 h264_chroma_mc_func *op_pix = s->dsp.put_h264_chroma_pixels_tab;
H A Drv34.c675 h264_chroma_mc_func (*chroma_mc))

Completed in 220 milliseconds