Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_inter_pred.c301 ps_pred->i1_mb_partheight = u1_part_ht << 2; in ih264d_form_mb_part_info_bp()
400 ps_pred->i1_mb_partheight = u1_part_ht << 1; in ih264d_form_mb_part_info_bp()
662 ps_pred->i1_mb_partheight = u1_part_ht << 2; in ih264d_form_mb_part_info_mp()
812 ps_pred->i1_mb_partheight = u1_part_ht << 1; in ih264d_form_mb_part_info_mp()
938 u4_ht_y = ps_pred->i1_mb_partheight; in ih264d_motion_compensate_bp()
963 u4_ht_uv = ps_pred->i1_mb_partheight; in ih264d_motion_compensate_bp()
1086 u4_ht_y = ps_pred->i1_mb_partheight; in ih264d_motion_compensate_mp()
1182 u4_ht_uv = ps_pred->i1_mb_partheight; in ih264d_motion_compensate_mp()
Dih264d_structs.h246 WORD8 i1_mb_partheight; /** Height of MB partition */ member