Home
last modified time | relevance | path

Searched refs:shift_y (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c653 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/mesa3d/src/imgui/
Dimstb_truetype.h866 …stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, i…
876 … out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint);
880 …ut_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x…
891 …*font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *i…
898 …stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *…
900 … int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph);
901 …ut_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x…
903 …info *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *i…
919 … float shift_x, float shift_y, // translation applied to input vertices
2629 …info *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *i… in stbtt_GetGlyphBitmapBoxSubpixel() argument
[all …]
/external/libaom/libaom/av1/decoder/
Dobu.c439 const int shift_y = plane > 0 ? ssy : 0; in copy_decoded_tile_to_tile_list_buffer() local
440 const int h = tile_height_in_pixels >> shift_y; in copy_decoded_tile_to_tile_list_buffer()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c799 uint32_t shift_y = shift_x + 4; in radv_compute_sample_locs_pixel() local
802 sample_locs_pixel[sample_reg_idx] |= (pos_y & 0xf) << shift_y; in radv_compute_sample_locs_pixel()