Searched refs:H264ChromaContext (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264chroma.h26 typedef struct H264ChromaContext { struct
29 } H264ChromaContext; typedef in typeref:struct:H264ChromaContext
31 void ff_h264chroma_init(H264ChromaContext *c, int bit_depth);
33 void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth);
34 void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth);
35 void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth);
36 void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth);
H A Dh264chroma.c41 av_cold void ff_h264chroma_init(H264ChromaContext *c, int bit_depth)
H A Dcavs.h166 H264ChromaContext h264chroma;
H A Dvc1.h200 H264ChromaContext h264chroma;
H A Dvp56.h123 H264ChromaContext h264chroma;
H A Dh264.h343 H264ChromaContext h264chroma;
H A Dmpegvideo.h370 H264ChromaContext h264chroma;
H A Drv30dsp.c267 H264ChromaContext h264chroma;
H A Dvc1dec.c336 H264ChromaContext *h264chroma = &v->h264chroma;
800 H264ChromaContext *h264chroma = &v->h264chroma;
972 H264ChromaContext *h264chroma = &v->h264chroma;
1900 H264ChromaContext *h264chroma = &v->h264chroma;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dh264chroma_init_arm.c37 av_cold void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264chroma_init.c51 av_cold void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dh264chroma_init_aarch64.c45 av_cold void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264chroma_init.c70 av_cold void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth)

Completed in 126 milliseconds