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

  /external/libhevc/encoder/
hme_common_defs.h 111 S16 i2_mv_y; member in struct:__anon28423
ihevce_bs_compute_ctb.c 573 WORD16 i2_mv_x, i2_mv_y; local
596 i2_mv_y = i2_mv_y0;
620 i2_mv_y = i2_mv_y1;
641 (abs(i2_mv_y - i2_nbr_mv_y) < 4)
ihevce_me_common_defs.h 580 WORD16 i2_mv_y; member in struct:__anon28685
hme_utils.c 323 S16 i2_mv_x, i2_mv_y; local
330 i2_mv_y = ps_prev_layer->s_global_mv[0][GMV_THICK_LOBE].i2_mv_y;
333 i2_mv_y = (S16)((i2_mv_y * i4_delta_poc) / i4_delta_poc_prev);
336 ps_mv->i2_mv_y = i2_mv_y;
390 ps_mv->i2_mv_y = (S16)((i4_max_y << ps_hist->i4_shift_y) + ps_hist->i4_min_y);
451 S16 i2_mv_x, i2_mv_y; local
501 i2_mv_y = ps_search_node->s_mv.i2_mvy
711 S16 i2_mv_x, i2_mv_y; local
    [all...]
hme_refine.c 10176 S16 i2_mv_y = s_search_node_temp.s_mv.i2_mvy; local
    [all...]
hme_defs.h 238 (node)->s_mv.i2_mvy = (mv)->i2_mv_y; \
347 center_mvy = ps_dedup->i2_mv_y; \
448 (node)->ps_mv->i2_mvy = (mv)->i2_mv_y; \
1091 S16 i2_mv_y; member in struct:__anon28434
1867 MEM_ALIGN16 WORD16 i2_mv_y[2][TOT_NUM_PARTS + 7]; member in struct:__anon28451
2178 S16 i2_mv_y; member in struct:__anon28455
3330 S16 i2_mv_y; member in struct:__anon28479
    [all...]
ihevce_enc_structs.h 1570 WORD16 i2_mv_y; member in struct:__anon28627
    [all...]
  /external/libavc/decoder/
ih264d_parse_mb_header.c 1133 WORD16 i2_mv_x, i2_mv_y; local
    [all...]
ih264d_inter_pred.c 189 WORD16 i2_mv_x,i2_mv_y; local
222 i2_mv_y = ps_pred_pkd->i2_mv[1];
240 i2_tmp_mv_y = i2_mv_y;
319 i2_tmp_mv_y = i2_mv_y;
335 i2_mv_y = i2_tmp_mv_y;
347 i2_tmp_mv_y -= (i2_mv_y < 0);
492 WORD16 i2_mv_x,i2_mv_y; local
509 i2_mv_y = ps_pred_pkd->i2_mv[1];
595 i2_tmp_mv_y = i2_mv_y;
722 i2_tmp_mv_y = i2_mv_y;
    [all...]
ih264d_parse_bslice.c 1086 WORD16 i2_mv_x, i2_mv_y; local
    [all...]
ih264d_process_bslice.c 225 WORD16 i2_mv_x, i2_mv_y, i2_mvX1, i2_mvY1; local
234 i2_mv_y = 0;
239 i2_mv_y = i2_spat_pred_mv[1];
266 i2_mv[1] = i2_mv_y;
304 s_temp_mv_pred.i2_mv[1] = i2_mv_y;
325 i2_mv_y = i2_mvY1;
331 && (ABS(i2_mv_y) <= 1));
523 WORD16 i2_mv_x = 0, i2_mv_y = 0; local
539 i2_mv_y = pi2_final_mv0[1];
544 i2_mv_y = pi2_final_mv1[1]
892 WORD16 i2_mv_x = 0, i2_mv_y = 0; local
    [all...]
ih264d_process_pslice.c 80 WORD32 i2_mv_x, i2_mv_y; local
250 i2_mv_y = ps_mv_nmb->i2_mv[1];
252 i2_mv_y += s_mvPred.i2_mv[1];
254 s_mvPred.i2_mv[1] = i2_mv_y;
295 && (ABS(i2_mv_y)
    [all...]
  /external/libhevc/decoder/
ihevcd_boundary_strength.c 163 WORD16 i2_mv_x, i2_mv_y; local
170 i2_mv_y = i2_mv_y0;
176 i2_mv_y = i2_mv_y1;
195 (ABS(i2_mv_y - i2_ngbr_mv_y) < 4) ? 0 : 1;
    [all...]
  /external/libavc/encoder/
ih264e.h 662 WORD16 i2_mv_y; member in struct:__anon27066

Completed in 440 milliseconds