Home | History | Annotate | Download | only in src

Lines Matching refs:slice_height

1122     guint slice_height;
1139 slice_height = parent->picture_height / slice_num;
1141 slice_height += 15;
1142 slice_height &= (~15);
1177 min (slice_height, parent->picture_height
1178 - slice_index * slice_height) / 16;
1181 current_slice->start_row_number = slice_index * slice_height / 16;
1183 current_slice->slice_height = slice_height_in_mb;
1196 (gint) current_slice->slice_height);
1218 slice_height_in_mb = slice_height / 16;
1220 slice_param.slice_height = slice_height / 16;