代码搜索:CABAC

找到约 934 项符合「CABAC」的源代码

代码结果 934
www.eeworm.com/read/188267/8554237

c cabac.c

/*! ************************************************************************************* * \file cabac.c * * \brief * CABAC entropy coding routines * * \author * Main contribu
www.eeworm.com/read/187893/8594024

c cabac.c

/* cabac.c: h264 encoder library */ #include #include #include "stdint.h" #include #include "common.h" //#define TRACE 1 /* Debugging purpose ONLY !!!! */
www.eeworm.com/read/187893/8594057

h cabac.h

/* cabac.h: h264 encoder library */ #ifndef _CABAC_H #define _CABAC_H 1 typedef struct { /* model */ struct { int i_model; int i_cost; } slice[3];
www.eeworm.com/read/388262/8620863

c cabac.c

/* * H.26L/H.264/AVC/JVT/14496-10/... encoder/decoder * Copyright (c) 2003 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redi
www.eeworm.com/read/388262/8620956

h cabac.h

/* * H.26L/H.264/AVC/JVT/14496-10/... encoder/decoder * Copyright (c) 2003 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redi
www.eeworm.com/read/387891/8648368

c cabac.c

/* * H.26L/H.264/AVC/JVT/14496-10/... encoder/decoder * Copyright (c) 2003 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it und
www.eeworm.com/read/387891/8648696

h cabac.h

/* * H.26L/H.264/AVC/JVT/14496-10/... encoder/decoder * Copyright (c) 2003 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it und
www.eeworm.com/read/431668/8663140

c cabac.c

/***************************************************************************** * cabac.c: h264 encoder library ***************************************************************************** * Copyri
www.eeworm.com/read/431668/8663160

h cabac.h

/***************************************************************************** * cabac.h: h264 encoder library ***************************************************************************** * Copyri
www.eeworm.com/read/427148/8971718

h cabac.h

/*! *************************************************************************** * \file * cabac.h * * \brief * Header file for entropy coding routines * * \author * Detlev