Home
last modified time | relevance | path

Searched refs:horizontal_shift (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/src/post_filter/
Dpost_filter.cc143 int horizontal_shift = 0; local
147 horizontal_shift += frame_buffer_.alignment();
153 (horizontal_shift << pixel_size_log2);
159 (horizontal_shift << pixel_size_log2);
161 horizontal_shift += frame_buffer_.alignment();
164 assert(horizontal_shift <= frame_buffer_.right_border(plane));
167 (horizontal_shift << pixel_size_log2);
/external/armnn/third-party/stb/
Dstb_image_resize.h508 float horizontal_shift; // Units: output pixels member
2225 info->horizontal_shift = transform[2]; in stbir__calculate_transform()
2233 info->horizontal_shift = s0 * info->output_w / (s1 - s0); in stbir__calculate_transform()
2403 …oefficients, info->horizontal_filter, info->horizontal_scale, info->horizontal_shift, info->input_… in stbir__resize_allocated()