Searched defs:poc (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dpi.h97 opj_poc_t poc; member in struct:opj_pi_iterator
H A Dt2.c220 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) {
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 );
/external/v4l2_codec2/vda/
H A Dh264_dpb.cc75 void H264DPB::DeleteByPOC(int poc) { argument
78 if ((*it)->pic_order_cnt == poc) {
84 NOTREACHED() << "Missing POC: " << poc;
/external/mesa3d/src/gallium/state_trackers/omx/
H A Dvid_dec_h264.c49 int poc; member in struct:dpb_list
144 /* search for the lowest poc and break on zeros */
147 if (result && entry->poc == 0)
150 if (!result || entry->poc < result->poc)
199 entry->poc = MIN2(priv->picture.h264.field_order_cnt[0], priv->picture.h264.field_order_cnt[1]);
H A Dvid_dec_h265.c86 unsigned poc; member in struct:dpb_list
345 /* sort delta poc */
653 /* search for the lowest poc and break on zeros */
656 if (result && entry->poc == 0)
659 if (!result || entry->poc < result->poc)
708 if (entry->poc == priv->picture.h265.PicOrderCntVal[i]) {
737 entry->poc = get_poc(priv);
/external/libavc/decoder/
H A Dih264d_parse_pslice.c1488 WORD32 i, j, poc = 0; local
1497 poc = ps_dec->ps_cur_pic->i4_poc + 2;
1525 ret = ih264d_start_of_pic(ps_dec, poc, ps_cur_poc,
/external/libhevc/decoder/
H A Dihevcd_parse_headers.c492 WORD32 poc; local
514 poc = prev_poc - (value + 1);
515 prev_poc = poc;
516 ps_stref_picset->ai2_delta_poc[i] = poc;
528 poc = prev_poc + (value + 1);
529 prev_poc = poc;
530 ps_stref_picset->ai2_delta_poc[i] = poc;

Completed in 190 milliseconds