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

  /external/libhevc/common/
ihevc_dpb_mgr.c 132 && (ps_dpb_info[i].ps_pic_buf->u1_used_as_ref))
157 ps_dpb_info[i].ps_pic_buf->u1_used_as_ref = SHORT_TERM_REF;
284 (ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->u1_used_as_ref != UNUSED_FOR_REF))
301 (ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->u1_used_as_ref != UNUSED_FOR_REF))
454 if(ps_dpb_info[i].ps_pic_buf->u1_used_as_ref)
456 ps_dpb_info[i].ps_pic_buf->u1_used_as_ref = UNUSED_FOR_REF;
ihevc_structs.h 917 UWORD8 u1_used_as_ref; member in struct:__anon23202
948 UWORD8 u1_used_as_ref; member in struct:__anon23203
    [all...]
  /external/libhevc/decoder/
ihevcd_ref_list.c 316 ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->u1_used_as_ref = UNUSED_FOR_REF;
326 ps_pic_buf->u1_used_as_ref = LONG_TERM_REF;
334 ps_pic_buf->u1_used_as_ref = LONG_TERM_REF;
346 ps_pic_buf->u1_used_as_ref = LONG_TERM_REF;
354 ps_pic_buf->u1_used_as_ref = LONG_TERM_REF;
366 ps_pic_buf->u1_used_as_ref = SHORT_TERM_REF;
375 ps_pic_buf->u1_used_as_ref = SHORT_TERM_REF;
384 ps_pic_buf->u1_used_as_ref = SHORT_TERM_REF;
495 if((ps_dpb_mgr->as_dpb_info[i].ps_pic_buf) && (UNUSED_FOR_REF == ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->u1_used_as_ref))
ihevcd_mv_pred.c 277 CHECK_NBR_MV_LT(pi4_avail_flag, ps_cur_pic_buf_lx->u1_used_as_ref, ps_slice_hdr->i4_abs_pic_order_cnt, ps_cur_pic_buf_lx->i4_abs_poc,
279 ps_nbr_pic_buf_lx->u1_used_as_ref, ps_nbr_pic_buf_lx->i4_abs_poc,
284 CHECK_NBR_MV_LT(pi4_avail_flag, ps_cur_pic_buf_lx->u1_used_as_ref, ps_slice_hdr->i4_abs_pic_order_cnt, ps_cur_pic_buf_lx->i4_abs_poc,
286 ps_nbr_pic_buf_lx->u1_used_as_ref, ps_nbr_pic_buf_lx->i4_abs_poc,
297 CHECK_NBR_MV_LT(pi4_avail_flag, ps_cur_pic_buf_lx->u1_used_as_ref, ps_slice_hdr->i4_abs_pic_order_cnt, ps_cur_pic_buf_lx->i4_abs_poc,
299 ps_nbr_pic_buf_lx->u1_used_as_ref, ps_nbr_pic_buf_lx->i4_abs_poc,
304 CHECK_NBR_MV_LT(pi4_avail_flag, ps_cur_pic_buf_lx->u1_used_as_ref, ps_slice_hdr->i4_abs_pic_order_cnt, ps_cur_pic_buf_lx->i4_abs_poc,
306 ps_nbr_pic_buf_lx->u1_used_as_ref, ps_nbr_pic_buf_lx->i4_abs_poc,
ihevcd_mv_merge.c 330 cur_ref_poc_lt = (ps_pic_buf->u1_used_as_ref == LONG_TERM_REF);
376 cur_ref_poc_lt = (ps_pic_buf->u1_used_as_ref == LONG_TERM_REF);
ihevcd_parse_slice.c     [all...]
  /external/libavc/decoder/
ih264d_dpb_mgr.c 76 ps_dpb_info[i].u1_used_as_ref = UNUSED_FOR_REF;
208 ps_unmark_node->u1_used_as_ref =
213 ps_unmark_node->u1_used_as_ref = UNUSED_FOR_REF;
215 if(UNUSED_FOR_REF == ps_unmark_node->u1_used_as_ref)
301 ps_mov_node->u1_used_as_ref = IS_LONG_TERM;
376 && ps_dpb_info[i].u1_used_as_ref)
392 if((ps_dpb_info[i].u1_used_as_ref == UNUSED_FOR_REF)
410 ps_dpb_info[i].u1_used_as_ref = TRUE;
425 ps_dpb_info[i].u1_used_as_ref = IS_SHORT_TERM;
558 ps_unmark_node->u1_used_as_ref
    [all...]
ih264d_dpb_manager.h 80 UWORD8 u1_used_as_ref; /** whether buffer is used as ref for frame or member in struct:dpb_info_t
  /external/libmpeg2/common/
impeg2_inter_pred.h 49 UWORD8 u1_used_as_ref; member in struct:__anon23592
  /external/libmpeg2/decoder/
impeg2d_api_main.c 249 ps_pic_buf->u1_used_as_ref = 0;
    [all...]

Completed in 253 milliseconds