HomeSort by relevance Sort by last modified time
    Searched full:shift_y (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 653 const MODE_INFO *mi, const int shift_y,
673 int index = shift_y;
692 *above_y |= above_prediction_mask[block_size] << shift_y;
694 *left_y |= left_prediction_mask[block_size] << shift_y;
706 << shift_y;
712 << shift_y;
720 if (tx_size_y == TX_4X4) *int_4x4_y |= size_mask[block_size] << shift_y;
730 const MODE_INFO *mi, const int shift_y,
745 int index = shift_y;
752 *above_y |= above_prediction_mask[block_size] << shift_y;
935 const int shift_y = shift_32_y[idx_32]; local
959 const int shift_y = shift_32_y[idx_32] + shift_16_y[idx_16]; local
986 const int shift_y = local
991 const int shift_y = shift_32_y[idx_32] + local
1536 const int shift_y = col_in_sb + (row_in_sb << 3); local
    [all...]
  /external/libxcam/modules/ocl/
cl_image_warp_handler.cpp 123 0.0f, scale_y, shift_y;
133 float shift_y = warp_config.trim_ratio * cl_desc_out.height; local
140 warp_config.proj_mat[3] = scale_y * warp_config.proj_mat[3] + shift_y * warp_config.proj_mat[6];
141 warp_config.proj_mat[4] = scale_y * warp_config.proj_mat[4] + shift_y * warp_config.proj_mat[7];
142 warp_config.proj_mat[5] = scale_y * warp_config.proj_mat[5] + shift_y * warp_config.proj_mat[8];
  /frameworks/base/core/java/android/hardware/camera2/params/
OisSample.java 123 * <p> {@code "OisSample{timestamp:%l, shift_x:%f, shift_y:%f}"} represents the OIS sample's
130 return String.format("OisSample{timestamp:%d, shift_x:%f, shift_y:%f}", mTimestampNs,
  /external/autotest/client/deps/glbench/src/
utils.cc 210 GLfloat shift_y = size_y * height;
214 *vptr++ = 2 * j * size_y - shift_y;
  /external/libxcam/tests/
test-cl-image.cpp 451 float shift_y = 0.2f * height; local
464 warp_config.proj_mat[5] = shift_y;

Completed in 224 milliseconds