Home
last modified time | relevance | path

Searched refs:grid_stride (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/encoder/
Dhme_err_compute.c795 S32 grid_stride = ps_mv_grid->i4_stride; in hme_init_pred_ctxt_encode() local
814 ps_grid_cu_base += (grid_stride * cu_start_y); in hme_init_pred_ctxt_encode()
818 ps_invalid += (grid_stride * 17); in hme_init_pred_ctxt_encode()
883 ps_grid_pu_base += (part_start_y * grid_stride); in hme_init_pred_ctxt_encode()
885 ps_tl = ps_grid_pu_base - 1 - grid_stride; in hme_init_pred_ctxt_encode()
886 ps_t = ps_grid_pu_base - grid_stride + part_wd - 1; in hme_init_pred_ctxt_encode()
887 ps_l = ps_grid_pu_base - 1 + ((part_ht - 1) * grid_stride); in hme_init_pred_ctxt_encode()
889 ps_bl = ps_l + grid_stride; in hme_init_pred_ctxt_encode()