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

  /external/libhevc/decoder/
ihevcd_boundary_strength.h 44 WORD32 ihevcd_pu_boundary_strength(pu_t *ps_pu,
45 pu_t *ps_ngbr_pu);
ihevcd_mv_merge.h 85 pu_t *ps_pu,
99 pu_t *ps_pu,
ihevcd_mv_pred.h 45 pu_t *ps_pu,
ihevcd_structs.h 177 * Pointer to hold pu_t for each PU in a picture
179 pu_t *ps_pic_pu;
246 * Current PU structure - set to CTB pu_t pointer at the start of CTB processing and incremented
249 pu_t *ps_pu;
252 * Pointer to frame level pu_t for the current frame being parsed
255 pu_t *ps_pic_pu;
264 * start index of pu_t in ps_pic_pu and also to identify number of
275 * pu1_pic_pu_map is map w.r.t CTB's pu_t array
421 * start index of pu_t in ps_pic_pu and also to identify number of
428 * Current PU structure - set to CTB pu_t pointer at the start of CTB processing and incremente
    [all...]
ihevcd_statistics.h 121 void ihevcd_update_pu_size(pu_t *ps_pu);
122 void ihevcd_update_pu_skip_size(pu_t *ps_pu);
ihevcd_mv_merge.c 94 WORD32 ihevcd_compare_pu_t(pu_t *ps_pu_1, pu_t *ps_pu_2)
140 pu_t *ps_pu,
161 pu_t *ps_col_pu;
466 pu_t *ps_pu,
484 pu_t as_pu_merge_list[MAX_NUM_MERGE_CAND];
492 pu_t *ps_nbr_pu[MAX_NUM_MV_NBR];
ihevcd_mv_pred.c 225 void GET_MV_NBR_ST(ref_list_t **ps_ref_pic_list, WORD32 *pi4_avail_flag, pic_buf_t *ps_cur_pic_buf_lx, pu_t **aps_nbr_pu, mv_t *ps_mv, WORD32 num_nbrs, WORD32 lx)
265 void GET_MV_NBR_LT(ref_list_t **ps_ref_pic_list, slice_header_t *ps_slice_hdr, WORD32 *pi4_avail_flag, pic_buf_t *ps_cur_pic_buf_lx, pu_t **aps_nbr_pu, mv_t *ps_mv, WORD32 num_nbrs, WORD32 lx)
359 pu_t *ps_pu,
369 pu_t *ps_pic_pu;
382 pu_t *aps_nbr_pu[3]; /*[A0/A1] */ /* [B0/B1/B2] */
ihevcd_parse_slice.c 624 IHEVCD_ERROR_T ihevcd_parse_pu_mvp(codec_t *ps_codec, pu_t *ps_pu)
815 pu_t *ps_pu = ps_codec->s_parse.ps_pu;
821 memset(ps_pu, 0, sizeof(pu_t));
    [all...]
ihevcd_boundary_strength.c 85 WORD32 ihevcd_pu_boundary_strength(pu_t *ps_pu,
86 pu_t *ps_ngbr_pu)
721 pu_t *ps_pu = ps_bs_ctxt->ps_pu + i;
722 pu_t *ps_ngbr_pu;
    [all...]
ihevcd_get_mv.c 113 pu_t *ps_pu;
ihevcd_utils.c 318 * Each MV bank includes pu_map and pu_t for all the min PUs(4x4) in a picture
347 /* Size for storing pu_t start index each CTB */
354 /* Size for storing pu_t for each PU */
355 mv_bank_size += num_pu * sizeof(pu_t);
725 ps_mv_buf->ps_pic_pu = (pu_t *)pu1_buf;
    [all...]
ihevcd_inter_pred.c 123 pu_t *ps_pu;
ihevcd_process_slice.c 698 pu_t *ps_pu;
    [all...]
  /external/libhevc/common/
ihevc_structs.h 428 }pu_t; typedef in typeref:struct:__anon27518
755 pu_t *ps_pu;
862 * Pointer to current frame's pu_t array
864 pu_t *ps_frm_pu;
867 * Pointer to current frame's pu_t index array, which stores starting index
868 * of pu_t for every CTB
    [all...]

Completed in 164 milliseconds