Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c1195 part_type_results_t *ps_best_res = &ps_results->ps_cu_results->ps_best_results[0]; in hme_try_merge_high_speed() local
1207 ps_best_res = &ps_ctxt->as_cu8x8_results[u1_8x8_zscan_id].ps_best_results[0]; in hme_try_merge_high_speed()
1209 if(ps_best_res->as_pu_results[0].pu.b1_intra_flag) in hme_try_merge_high_speed()
1212 ps_best_res = &ps_ctxt->as_cu8x8_results[u1_8x8_zscan_id + 1].ps_best_results[0]; in hme_try_merge_high_speed()
1214 if(ps_best_res->as_pu_results[0].pu.b1_intra_flag) in hme_try_merge_high_speed()
1217 ps_best_res = &ps_ctxt->as_cu8x8_results[u1_8x8_zscan_id + 2].ps_best_results[0]; in hme_try_merge_high_speed()
1219 if(ps_best_res->as_pu_results[0].pu.b1_intra_flag) in hme_try_merge_high_speed()
1222 ps_best_res = &ps_ctxt->as_cu8x8_results[u1_8x8_zscan_id + 3].ps_best_results[0]; in hme_try_merge_high_speed()
1224 if(ps_best_res->as_pu_results[0].pu.b1_intra_flag) in hme_try_merge_high_speed()
1227 else if(ps_best_res[0].as_pu_results[0].pu.b1_intra_flag) in hme_try_merge_high_speed()