Lines Matching defs:ow
908 HEVCWindow *ow;
1167 ow = &sps->output_window;
1168 if (ow->left_offset >= INT_MAX - ow->right_offset ||
1169 ow->top_offset >= INT_MAX - ow->bottom_offset ||
1170 ow->left_offset + ow->right_offset >= sps->width ||
1171 ow->top_offset + ow->bottom_offset >= sps->height) {
1173 ow->left_offset, ow->right_offset, ow->top_offset, ow->bottom_offset);
1179 memset(ow, 0, sizeof(*ow));