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

  /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];
  /external/libxcam/tests/
test-cl-image.cpp 451 float shift_y = 0.2f * height; local
464 warp_config.proj_mat[5] = shift_y;
  /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...]

Completed in 524 milliseconds