slicemae.h
来自「au1200 linux2.6.11 硬件解码mae驱动和maiplayer播放」· C头文件 代码 · 共 41 行
H
41 行
/* <LIC_AMD_STD> * Copyright (c) 2005 Advanced Micro Devices, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * The full GNU General Public License is included in this distribution in the * file called COPYING * </LIC_AMD_STD> *//* <CTL_AMD_STD> * </CTL_AMD_STD> *//* <DOC_AMD_STD> * </DOC_AMD_STD> */#include "mae_interface.h"void initialize_mcomp_ref_pointers (mpeg2_decoder_t *, unsigned char);void initialize_mcomp_ref_pointers_dmv (mpeg2_decoder_t *, unsigned char );uint32 initialize_mcomp_motion_vectors_dmv (wrap_context *, mpeg2_decoder_t * , int );uint32 initialize_mcomp_motion_vectors_zero (wrap_context *, mpeg2_decoder_t * , int );uint32 initialize_mcomp_motion_vectors_reuse (wrap_context *, mpeg2_decoder_t * , int );uint32 initialize_mcomp_motion_vectors (wrap_context *, mpeg2_decoder_t * , int );void write_dct_output_intra (uint8_t *, unsigned char *, int , int , int );void write_dct_output_non_intra (uint8_t *, int8 *, int );void write_luma_output (mpeg2_decoder_t *, unsigned char *, unsigned int , unsigned int);void write_chroma_output (mpeg2_decoder_t *, unsigned char *, unsigned char *, unsigned int , unsigned int);void Write_Final_Output (mpeg2_decoder_t * , unsigned int , unsigned int, int ,uint8_t**);void Dump_Skipped (unsigned char *, int , int , int );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?