Searched refs:shift_y (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 653 const MODE_INFO *mi, const int shift_y, in build_masks() argument 673 int index = shift_y; in build_masks() 692 *above_y |= above_prediction_mask[block_size] << shift_y; in build_masks() 694 *left_y |= left_prediction_mask[block_size] << shift_y; in build_masks() 706 << shift_y; in build_masks() 712 << shift_y; in build_masks() 720 if (tx_size_y == TX_4X4) *int_4x4_y |= size_mask[block_size] << shift_y; in build_masks() 730 const MODE_INFO *mi, const int shift_y, in build_y_mask() argument 745 int index = shift_y; in build_y_mask() 752 *above_y |= above_prediction_mask[block_size] << shift_y; in build_y_mask() [all …]
|
/external/libxcam/modules/ocl/ |
D | cl_image_warp_handler.cpp | 133 float shift_y = warp_config.trim_ratio * cl_desc_out.height; in prepare_arguments() local 140 warp_config.proj_mat[3] = scale_y * warp_config.proj_mat[3] + shift_y * warp_config.proj_mat[6]; in prepare_arguments() 141 warp_config.proj_mat[4] = scale_y * warp_config.proj_mat[4] + shift_y * warp_config.proj_mat[7]; in prepare_arguments() 142 warp_config.proj_mat[5] = scale_y * warp_config.proj_mat[5] + shift_y * warp_config.proj_mat[8]; in prepare_arguments()
|
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 771 …stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, i… 781 … out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint); 792 …*font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *i… 799 …stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *… 801 … int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph); 803 …info *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *i… 819 … float shift_x, float shift_y, // translation applied to input vertices 1562 …info *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *i… in stbtt_GetGlyphBitmapBoxSubpixel() argument 1574 if (iy0) *iy0 = STBTT_ifloor(-y1 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel() 1576 if (iy1) *iy1 = STBTT_iceil (-y0 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel() [all …]
|
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 236 GLfloat shift_y = size_y * height; in CreateLattice() local 240 *vptr++ = 2 * j * size_y - shift_y; in CreateLattice()
|
/external/libxcam/tests/ |
D | test-cl-image.cpp | 451 float shift_y = 0.2f * height; in main() local 464 warp_config.proj_mat[5] = shift_y; in main()
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 433 const int shift_y = plane > 0 ? ssy : 0; in copy_decoded_tile_to_tile_list_buffer() local 434 const int h = tile_height_in_pixels >> shift_y; in copy_decoded_tile_to_tile_list_buffer()
|