Searched defs: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() 730 const MODE_INFO *mi, const int shift_y, in build_y_mask() 935 const int shift_y = shift_32_y[idx_32]; in vp9_setup_mask() local 959 const int shift_y = shift_32_y[idx_32] + shift_16_y[idx_16]; in vp9_setup_mask() local 986 const int shift_y = in vp9_setup_mask() local 991 const int shift_y = shift_32_y[idx_32] + in vp9_setup_mask() local 1544 const int shift_y = col_in_sb + (row_in_sb << 3); in vp9_build_mask() local
|
/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
|
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 1562 …ontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int… in stbtt_GetGlyphBitmapBoxSubpixel() 1585 …fo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int… in stbtt_GetCodepointBitmapBoxSubpixel() 2248 …t *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, in… in stbtt__rasterize() 2403 …vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y, int x_off, in… in stbtt_Rasterize() 2420 …st stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, in… in stbtt_GetGlyphBitmapSubpixel() 2465 …, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph) in stbtt_MakeGlyphBitmapSubpixel() 2489 …st stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint… in stbtt_GetCodepointBitmapSubpixel() 2494 …t out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint) in stbtt_MakeCodepointBitmapSubpixel()
|
/external/libxcam/tests/ |
D | test-cl-image.cpp | 451 float shift_y = 0.2f * height; in main() local
|
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 236 GLfloat shift_y = size_y * height; in CreateLattice() local
|
/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
|