Home
last modified time | relevance | path

Searched refs:adjusted_height (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c997 float new_width, new_height, adjusted_width, adjusted_height, adjusted_x, adjusted_y; in update_needed_crop() local
1046 adjusted_height = new_width * ar_h; in update_needed_crop()
1047 adjusted_y = crop->bottom_right.s[1] - adjusted_height; in update_needed_crop()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c1178 unsigned adjusted_width = width, adjusted_height = height; in nvc0_validate_suf() local
1192 adjusted_height = align(nby, tsy) * align(depth, tsz) >> NVC0_TILE_SHIFT_Z(lvl->tile_mode); in nvc0_validate_suf()
1202 PUSH_DATA (push, adjusted_height << mt->ms_y); in nvc0_validate_suf()
/third_party/node/deps/v8/src/execution/
H A Dframes.cc2555 const int adjusted_height = in ConstructStubFrameInfo() local
2560 frame_size_in_bytes_without_fixed_ = adjusted_height * kSystemPointerSize; in ConstructStubFrameInfo()

Completed in 12 milliseconds