Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_inter_pred.c300 ps_pred->i1_mb_partwidth = u1_part_wd << 2; in ih264d_form_mb_part_info_bp()
399 ps_pred->i1_mb_partwidth = u1_part_wd << 1; in ih264d_form_mb_part_info_bp()
661 ps_pred->i1_mb_partwidth = u1_part_wd << 2; in ih264d_form_mb_part_info_mp()
811 ps_pred->i1_mb_partwidth = u1_part_wd << 1; in ih264d_form_mb_part_info_mp()
937 u4_wd_y = ps_pred->i1_mb_partwidth; in ih264d_motion_compensate_bp()
962 u4_wd_uv = ps_pred->i1_mb_partwidth; in ih264d_motion_compensate_bp()
1086 u4_wd_y = ps_pred->i1_mb_partwidth; in ih264d_motion_compensate_mp()
1182 u4_wd_uv = ps_pred->i1_mb_partwidth; in ih264d_motion_compensate_mp()
Dih264d_structs.h245 WORD8 i1_mb_partwidth; /** Width of MB partition */ member