HomeSort by relevance Sort by last modified time
    Searched refs:poc (Results 1 - 25 of 25) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_order_cnt.c 55 computation of all POC types (0, 1 and 2), type is obtained from
56 sps. See standard for description of the POC types and how POC is
63 poc pointer to previous results
66 other params needed for POC computation
72 poc results stored here for computation of next POC
79 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
94 ASSERT(poc);
112 pSliceHeader->frameNum != poc->prevFrameNum &
    [all...]
h264bsd_pic_order_cnt.h 50 * POC computation of a picture. Two first fields for POC type 0, last two
64 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
h264bsd_storage.h 117 pocStorage_t poc[1]; member in struct:__anon27941
h264bsd_decoder.c 478 picOrderCnt = h264bsdDecodePicOrderCnt(pStorage->poc,
  /external/pdfium/third_party/libopenjpeg20/
pi.c 89 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
115 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
141 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile.
172 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile.
247 for (pi->layno = pi->poc.layno0; pi->layno < pi->poc.layno1; pi->layno++) {
248 for (pi->resno = pi->poc.resno0; pi->resno < pi->poc.resno1;
250 for (pi->compno = pi->poc.compno0; pi->compno < pi->poc.compno1; pi->compno++)
    [all...]
pi.h 97 opj_poc_t poc; member in struct:opj_pi_iterator
t2.c 220 OPJ_UINT32 poc; local
244 for (poc = 0; poc < pocno ; ++poc) {
248 opj_pi_create_encode(l_pi, l_cp,p_tile_no,poc,l_tp_num,p_tp_pos,p_t2_mode);
250 if (l_current_pi->poc.prg == OPJ_PROG_UNKNOWN) {
287 if (l_current_pi->poc.prg == OPJ_PROG_UNKNOWN) {
314 info_PK->start_pos = ((l_cp->m_specific_param.m_enc.m_tp_on | l_tcp->POC)&& info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[cstr_info->packno - 1].end_pos + 1;
398 if (l_current_pi->poc.prg == OPJ_PROG_UNKNOWN) {
414 l_current_pi->poc.prg1, l_current_pi->compno, l_current_pi->resno, l_current_pi->precno, l_current_pi->layno )
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
common.cc 286 Output_data_space* poc; local
291 poc = new Output_data_space(addralign, ds_name);
293 poc, ORDER_INVALID, false);
299 poc = NULL;
340 if (poc != NULL)
343 ssym->allocate_common(poc, off);
358 if (poc != NULL)
359 poc->set_current_data_size(off);
  /hardware/intel/img/psb_video/src/
tng_slotorder.c 43 int poc; local
45 poc = displaying_order % (intracnt * idrcnt + 1);
47 poc = displaying_order;
49 if (poc == 0) //IDR
51 else if ((poc % (bframes + 1)) == 0) //I or P
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 140 VTRACE("%d: decoding frame %.2f, poc top = %d, poc bottom = %d, flags = %d, reference = %d",
317 int32_t poc = getPOC(&(picParam->CurrPic)); local
318 if (poc < mAcquiredBuffer->pictureOrder) {
319 mAcquiredBuffer->pictureOrder = poc;
467 dpb->poc = getPOC(ref);
468 // looking for the latest ref frame in the DPB with specified POC, in case frames have same POC
471 ETRACE("Reference frame %d is missing for current frame %d", dpb->poc, getPOC(&(picParam->CurrPic)));
475 if (dpb->poc == getPOC(&(picParam->CurrPic)))
596 int32_t poc = getPOC(&(picParam->CurrPic)); local
    [all...]
VideoDecoderAVC.h 62 int32_t poc; // Picture Order Count member in struct:VideoDecoderAVC::DecodedPictureBuffer
VideoDecoderBase.cpp 355 //VTRACE("Output POC %d for display (pts = %.2f)", output->pictureOrder, output->renderBuffer.timeStamp/1E6);
421 // output by picture order count (POC)
423 // if there is IDR frame (POC == 0), all the frames before IDR must be output;
424 // Otherwise, if draining flag is set or list is full, frame with the least POC is output;
453 int32_t poc = MAXIMUM_POC;
457 // output picture with the least POC before IDR
466 // POC of the output candidate must not be less than mNextOutputPOC
471 if (p->pictureOrder < poc) {
472 // update the least POC.
473 poc = p->pictureOrder
506 int32_t poc = MAXIMUM_POC; local
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 990 guint poc = mix_videofmt_h264_get_poc(&(pRefList[j])); local
991 gpointer video_frame = g_hash_table_lookup(self->dpb_surface_table, (gpointer)poc);
1189 guint poc = 0; local
1194 poc = mix_videofmt_h264_get_poc(&(pic_data->slc_data[i].slc_parms.RefPicList0[j]));
1195 video_frame = g_hash_table_lookup(self->dpb_surface_table, (gpointer)poc);
1198 LOG_E( "unable to find surface of picture %d (current picture %d).", poc, mix_videofmt_h264_get_poc(&pic_params->CurrPic));
1458 guint poc = 0; local
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 647 if (pInfo->img.framepoc >= active_fs->frame.poc)
650 list_sort_number[list0idx] = active_fs->frame.poc;
682 if (pInfo->img.framepoc < active_fs->frame.poc)
685 list_sort_number[list0idx-list0idx_1] = active_fs->frame.poc;
751 if (pInfo->img.ThisPOC >= active_fs->frame.poc) {
753 list_sort_number[list0idx] = active_fs->frame.poc;
781 if (pInfo->img.ThisPOC < active_fs->frame.poc) {
783 list_sort_number[list0idx-list0idx_1] = active_fs->frame.poc;
1446 int32_t poc; local
3315 int32_t poc; local
3608 int32_t pos = 0, poc = 0, existing = 1; local
    [all...]
mix_vbp_h264_stubs.c 438 /////////////////////updata dpb frames info (poc)/////////////////////
448 //printf("is_used = %d, tpoc = %d, bpoc = %d\n", pInfo->dpb.fs[fs_id].is_used, pInfo->dpb.fs[fs_id].top_field.poc, pInfo->dpb.fs[fs_id].bottom_field.poc);
453 wi.data.data_payload[0] = pInfo->dpb.fs[fs_id].top_field.poc;
454 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc;
459 wi.data.data_payload[0] = pInfo->dpb.fs[fs_id].top_field.poc;
466 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc;
viddec_h264_workload.c 190 /////////update POC
551 // Write down POC
556 // Write down POC
562 // Write down POC
568 // Write down POC
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 258 pic->TopFieldOrderCnt = store->frame.poc;
259 pic->BottomFieldOrderCnt = store->frame.poc;
270 pic->TopFieldOrderCnt = store->top_field.poc;
271 pic->BottomFieldOrderCnt = store->bottom_field.poc;
276 pic->TopFieldOrderCnt = store->top_field.poc;
277 pic->BottomFieldOrderCnt = store->bottom_field.poc;
467 pic_parms->ReferenceFrames[frame_idx].TopFieldOrderCnt = store->frame.poc;
468 pic_parms->ReferenceFrames[frame_idx].BottomFieldOrderCnt = store->frame.poc;
472 pic_parms->ReferenceFrames[frame_idx].TopFieldOrderCnt = store->top_field.poc;
473 pic_parms->ReferenceFrames[frame_idx].BottomFieldOrderCnt = store->bottom_field.poc;
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_cs.c 191 {JPC_MS_POC, "POC", {jpc_poc_destroyparms, jpc_poc_getparms,
1218 jpc_poc_t *poc = &ms->parms.poc; local
1226 jpc_poc_t *poc = &ms->parms.poc; local
1281 jpc_poc_t *poc = &ms->parms.poc; local
1304 jpc_poc_t *poc = &ms->parms.poc; local
    [all...]
jpc_dec.c 172 static int jpc_dec_cp_setfrompoc(jpc_dec_cp_t *cp, jpc_poc_t *poc, int reset);
173 static int jpc_pi_addpchgfrompoc(jpc_pi_t *pi, jpc_poc_t *poc);
1381 jpc_poc_t *poc = &ms->parms.poc; local
    [all...]
jpc_cs.h 466 /* POC marker segment parameters. */
602 jpc_poc_t poc; member in union:__anon20274
646 #define JPC_MS_POC 0xff5f /* Progression order default (POC). */
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_dpb.h 34 ///// POC
67 extern void h264_dpb_get_smallest_poc(h264_DecodedPictureBuffer *p_dpb, int32_t *poc, int32_t *pos);
h264.h 321 int32_t poc; member in struct:__anon29641
857 // POC decoding
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp 289 uint32_t poc = 0; local
308 poc = mInputPictureCount % GOP;
310 if (poc == 0 /*IDR*/) {
314 }else if ((poc > IpPeriod) && ((poc - IpPeriod) % IntraPeriod == 0))/*I*/{
318 } else if ((poc % IpPeriod == 0) /*P*/ || (buffer->nFlags & OMX_BUFFERFLAG_EOS)/*EOS,always P*/) {
    [all...]
  /external/libhevc/decoder/
ihevcd_parse_headers.c 493 WORD32 poc; local
515 poc = prev_poc - (value + 1);
516 prev_poc = poc;
517 ps_stref_picset->ai2_delta_poc[i] = poc;
529 poc = prev_poc + (value + 1);
530 prev_poc = poc;
531 ps_stref_picset->ai2_delta_poc[i] = poc;
    [all...]
  /external/libavc/decoder/
ih264d_parse_pslice.c 1481 WORD32 i, j, poc = 0; local
    [all...]

Completed in 1728 milliseconds