Searched refs:crop_size_vec (Results 1 – 1 of 1) sorted by relevance
165 auto crop_size_vec = crop_size.vec<int32>(); in ComputeAsync() local166 const int crop_height = internal::SubtleMustCopy(crop_size_vec(0)); in ComputeAsync()167 const int crop_width = internal::SubtleMustCopy(crop_size_vec(1)); in ComputeAsync()