代码搜索结果
找到约 10,000 项符合
H 的代码
h264_sdp.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
h261_userdata.h
#ifndef __H261_USERDATA_H__
#define __H261_USERDATA_H__ 1
typedef struct h261_rtp_userdata_t {
int m_bit_value;
int detected_loss;
} h261_rtp_userdata_t;
#endif
encoder-h261.h
/*
* encoder-h261.h --
*
* H.261 video encoder header file
*
* Copyright (c) 1994-2002 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in so
quant_h263.h
#ifndef _QUANT_H263_H_
#define _QUANT_H263_H_
#include "../portab.h"
// intra
typedef void (quanth263_intraFunc)(int16_t * coeff,
const int16_t * data,
const uint32_t quant,
const uint32
h261_userdata.h
#ifndef __H261_USERDATA_H__
#define __H261_USERDATA_H__ 1
typedef struct h261_rtp_userdata_t {
int m_bit_value;
int detected_loss;
} h261_rtp_userdata_t;
#endif
h26l.h
#ifndef __H26L_INCLUDED__
#define __H26L_INCLUDED__
#ifdef __cplusplus
extern "C" {
#endif
typedef unsigned char byte;
int H26L_Init(char *config);
int H26L_Encode(byte* pY, byte* pU, byte* pV,
quant_h263.h
#ifndef _QUANT_H263_H_
#define _QUANT_H263_H_
#include "../portab.h"
// intra
typedef void (quanth263_intraFunc)(int16_t * coeff,
const int16_t * data,
const uint32_t quant,
con