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

  /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...]
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_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...]
hme_refine.c 6331 S32 i4_x, i4_y; local
    [all...]

Completed in 259 milliseconds