Home
last modified time | relevance | path

Searched defs:shift_y (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c653 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/
Dcl_image_warp_handler.cpp133 float shift_y = warp_config.trim_ratio * cl_desc_out.height; in prepare_arguments() local
/external/u-boot/drivers/video/
Dstb_truetype.h1562 …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/
Dtest-cl-image.cpp451 float shift_y = 0.2f * height; in main() local
/external/autotest/client/deps/glbench/src/
Dutils.cc236 GLfloat shift_y = size_y * height; in CreateLattice() local
/external/libaom/libaom/av1/decoder/
Dobu.c433 const int shift_y = plane > 0 ? ssy : 0; in copy_decoded_tile_to_tile_list_buffer() local