Searched refs:pMP (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.cpp58 MultiPass **pMP = video->pMP; local
116 pMP[n]->counter_BTsrc = (Int)((rc[n]->Bs / 2.0 - rc[n]->Bs / 3.0) / (rc[n]->bitrate / rc[n]->framerate / 10.0));
117 rc[n]->TMN_W = (Int)(rc[n]->VBV_fullness + pMP[n]->counter_BTsrc * (rc[n]->bitrate / rc[n]->framerate / 10.0));
131 pMP[n]->counter_BTdst = pMP[n]->counter_BTsrc = 0;
136 pMP[n]->bitrate = rc[n]->bitrate;
137 pMP[n]->framerate = rc[n]->framerate;
138 pMP[n]->target_bits_per_frame = pMP[
193 MultiPass *pMP = video->pMP[currLayer]; local
271 SaveRDSamples(MultiPass *pMP, Int counter_samples) argument
295 MultiPass *pMP = video->pMP[currLayer]; local
386 MultiPass *pMP = video->pMP[currLayer]; local
424 MultiPass **pMP = video->pMP; local
532 MultiPass *pMP = video->pMP[video->currLayer]; local
702 MultiPass *pMP = video->pMP[video->currLayer]; local
859 MultiPass *pMP = video->pMP[video->currLayer]; local
[all...]
H A Dmp4enc_api.cpp848 video->pMP[idx] = (MultiPass *)M4VENC_MALLOC(sizeof(MultiPass));
849 if (video->pMP[idx] == NULL) goto CLEAN_UP;
850 M4VENC_MEMSET(video->pMP[idx], 0, sizeof(MultiPass));
852 video->pMP[idx]->encoded_frames = -1; /* forget about the very first I frame */
856 video->pMP[idx]->pRDSamples = (RDInfo **)M4VENC_MALLOC(30 * sizeof(RDInfo *));
857 if (video->pMP[idx]->pRDSamples == NULL) goto CLEAN_UP;
860 video->pMP[idx]->pRDSamples[i] = (RDInfo *)M4VENC_MALLOC(32 * sizeof(RDInfo));
861 if (video->pMP[idx]->pRDSamples[i] == NULL) goto CLEAN_UP;
862 for (j = 0; j < 32; j++) M4VENC_MEMSET(&(video->pMP[idx]->pRDSamples[i][j]), 0, sizeof(RDInfo));
864 video->pMP[id
[all...]
H A Dmp4lib_int.h432 MultiPass *pMP[4]; /* for multipass encoding, 4 represents 4 layer encoding */ member in struct:tagVideoEncData

Completed in 199 milliseconds