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

  /external/libhevc/decoder/
ihevcd_parse_slice.h 41 IHEVCD_ERROR_T ihevcd_parse_mvd(codec_t *ps_codec, mv_t *ps_mv);
ihevcd_mv_merge.h 100 mv_t *ps_mv_col,
106 void ihevcd_scale_collocated_mv(mv_t *ps_mv,
ihevcd_mv_pred.h 52 void ihevcd_scale_mv(mv_t *ps_mv,
ihevcd_mv_merge.c 112 if(0 == memcmp(&ps_mv_1->s_l0_mv, &ps_mv_2->s_l0_mv, sizeof(mv_t)))
122 if(0 == memcmp(&ps_mv_1->s_l1_mv, &ps_mv_2->s_l1_mv, sizeof(mv_t)))
141 mv_t *ps_mv_col,
153 mv_t as_mv_col[2];
344 ihevcd_scale_collocated_mv((mv_t *)(&ps_mv_col[0]), cur_ref_poc,
390 ihevcd_scale_collocated_mv((mv_t *)&ps_mv_col[1], cur_ref_poc,
770 mv_t as_mv_col[2];
855 mv_t s_l0_mv, s_l1_mv;
ihevcd_mv_pred.c 103 void ihevcd_scale_mv(mv_t *ps_mv,
164 void ihevcd_scale_collocated_mv(mv_t *ps_mv,
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)
375 mv_t as_mv_a[2];
511 mv_t as_mv_b[2];
674 mv_t as_mv_col[2], s_mv_col_l0, s_mv_col_l1;
ihevcd_parse_slice.c 421 IHEVCD_ERROR_T ihevcd_parse_mvd(codec_t *ps_codec, mv_t *ps_mv)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.h 121 } mv_t; typedef in typeref:struct:__anon38159
129 mv_t mvdL0[4];
136 mv_t mvdL0[4][4];
178 mv_t mv[16];
h264bsd_reconstruct.h 53 mv_t *mv,
64 mv_t *mv,
h264bsd_inter_prediction.c 60 mv_t mv;
81 static void GetPredictionMv(mv_t *mv, interNeighbour_t *a, u32 refIndex);
498 mv_t mv;
499 mv_t mvPred;
582 mv_t mv;
583 mv_t mvPred;
689 mv_t mv;
690 mv_t mvPred;
837 mv_t mv, mvPred;
973 mv_t tmpMv
    [all...]
h264bsd_conceal.c 310 mv_t mv = {0,0};
h264bsd_reconstruct.c 422 mv_t *mv,
    [all...]
  /external/libhevc/common/
ihevc_structs.h 299 }mv_t; typedef in typeref:struct:__anon27516
302 /* Following results in packed 48 bit structure. If mv_t included */
304 /* Also using mv_t as elements directly instead of a pointer to l0 and l1 */
317 mv_t s_l0_mv;
322 mv_t s_l1_mv;
    [all...]

Completed in 238 milliseconds