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

  /external/libavc/encoder/
ih264e_time_stamp.c 106 * @param[in] i4_y
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;
124 while (i4_y != 0)
127 i4_x = i4_x % i4_y;
129 i4_x = i4_y;
    [all...]
  /external/libhevc/encoder/
ihevce_coarse_me_pass.c 569 WORD32 i4_y, i4_x; local
574 for(i4_y = 0; i4_y < ps_hist_thrd0->i4_num_rows; i4_y++)
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
366 for(i4_y = i4_offset; i4_y < ps_hist->i4_num_rows - i4_offset; i4_y++)
371 i4_bin_id = (i4_x - 2) + ((i4_y - 2) * ps_hist->i4_num_cols);
384 i4_max_y = i4_y;
455 S32 x_start, y_start, x_end, y_end, i4_x, i4_y; local
521 for(i4_y = y_start; i4_y < y_end; i4_y++
    [all...]
ihevce_enc_cu_recursion.c 451 WORD32 i4_num_8x8, i4_x, i4_y; local
456 for(i4_y = 0; i4_y < i4_num_8x8; i4_y++)
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 296 * S32 i4_y,
312 * @param[in] i4_y : y coordinate of the blk
326 S32 i4_y,
336 MIN((ps_pic_limit->i2_max_y - (S16)blk_ht - (S16)(i4_y - 4)), ps_mv_limit->i2_max_y);
337 ps_range->i2_min_y = MAX((ps_pic_limit->i2_min_y - (S16)i4_y), ps_mv_limit->i2_min_y);
    [all...]
hme_utils.h 435 * S32 i4_y,
451 * @param[in] i4_y : y coordinate of the blk
465 S32 i4_y,
    [all...]
hme_refine.c 6331 S32 i4_x, i4_y; local
    [all...]

Completed in 138 milliseconds