Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_inter_mode_sifter.c2027 nbr_4x4_t *ps_cu_nbr_buf = ps_ctxt->aps_cu_nbr_buf[0]; in ihevce_compute_pred_and_populate_modes() local
2360 ps_cu_nbr_buf, &aps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu[i], u1_cu_size >> 2); in ihevce_compute_pred_and_populate_modes()
2368 ps_cu_nbr_buf += (u1_part_wd >> 2); in ihevce_compute_pred_and_populate_modes()
2369 ps_pu_left_nbr = ps_cu_nbr_buf - 1; in ihevce_compute_pred_and_populate_modes()
2383 ps_cu_nbr_buf += (u1_part_ht >> 2) * (u1_cu_size >> 2); in ihevce_compute_pred_and_populate_modes()
2385 ps_pu_top_nbr = ps_cu_nbr_buf - (u1_cu_size >> 2); in ihevce_compute_pred_and_populate_modes()
Dihevce_enc_loop_structs.h3028 nbr_4x4_t *ps_cu_nbr_buf; member