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

  /external/libavc/encoder/
ih264e_time_stamp.c 103 * @param[in] i4_x
116 static WORD32 gcd(WORD32 i4_x, WORD32 i4_y)
118 if (i4_x > i4_y)
120 i4_x = i4_y + i4_x;
121 i4_y = i4_x - i4_y;
122 i4_x = i4_x - i4_y;
127 i4_x = i4_x % i4_y
    [all...]
  /external/libhevc/encoder/
ihevce_coarse_me_pass.c 569 WORD32 i4_y, i4_x; local
576 for(i4_x = 0; i4_x < ps_hist_thrd0->i4_num_cols; i4_x++)
580 i4_bin_id = i4_x + (i4_y * ps_hist_thrd0->i4_num_cols);
    [all...]
hme_utils.c 356 S32 i4_offset, i4_lobe_size, i4_y, i4_x, *pi4_bin_count; local
368 for(i4_x = i4_offset; i4_x < ps_hist->i4_num_cols - i4_offset; i4_x++)
371 i4_bin_id = (i4_x - 2) + ((i4_y - 2) * ps_hist->i4_num_cols);
383 i4_max_x = i4_x;
455 S32 x_start, y_start, x_end, y_end, i4_x, i4_y; local
523 for(i4_x = x_start; i4_x < x_end; i4_x++
    [all...]
ihevce_enc_cu_recursion.c 451 WORD32 i4_num_8x8, i4_x, i4_y; local
458 for(i4_x = 0; i4_x < i4_num_8x8; i4_x++)
462 ps_ctxt->ai4_qp_qg[((i4_cu_pox_y + i4_y) * 8) + (i4_cu_pos_x + i4_x)] =
467 ps_ctxt->ai4_qp_qg[((i4_cu_pox_y + i4_y) * 8) + (i4_cu_pos_x + i4_x)] =
    [all...]
hme_coarse.c 295 * S32 i4_x,
310 * @param[in] i4_x : x coordinate of the blk
325 S32 i4_x,
332 MIN((ps_pic_limit->i2_max_x - (S16)blk_wd - (S16)(i4_x - 4)), ps_mv_limit->i2_max_x);
333 ps_range->i2_min_x = MAX((ps_pic_limit->i2_min_x - (S16)i4_x), ps_mv_limit->i2_min_x);
    [all...]
hme_utils.h 434 * S32 i4_x,
449 * @param[in] i4_x : x coordinate of the blk
464 S32 i4_x,
    [all...]
hme_refine.c 6331 S32 i4_x, i4_y; local
    [all...]

Completed in 551 milliseconds