Home | History | Annotate | Download | only in source

Lines Matching refs:crop_x

1718                   int crop_x, int crop_y,
1771 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
1779 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
1790 crop_x / 6 * 16;
1798 src = sample + (src_width * crop_y + crop_x) * 3;
1806 src = sample + (src_width * crop_y + crop_x) * 3;
1814 src = sample + (src_width * crop_y + crop_x) * 4;
1822 src = sample + (src_width * crop_y + crop_x) * 4;
1830 src = sample + (src_width * crop_y + crop_x) * 4;
1838 src = sample + (src_width * crop_y + crop_x) * 4;
1846 src = sample + (src_width * crop_y + crop_x) * 2;
1854 src = sample + (src_width * crop_y + crop_x) * 2;
1862 src = sample + (src_width * crop_y + crop_x) * 2;
1872 src = sample + (src_width * crop_y + crop_x);
1881 src = sample + (src_width * crop_y + crop_x);
1890 src = sample + (src_width * crop_y + crop_x);
1899 src = sample + (src_width * crop_y + crop_x);
1908 src = sample + src_width * crop_y + crop_x;
1918 src = sample + (src_width * crop_y + crop_x);
1919 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
1928 src = sample + (src_width * crop_y + crop_x);
1929 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
1939 src = sample + (src_width * crop_y) * 12 / 8 + crop_x;
1947 src = sample + (src_width + aligned_src_width * 2) * crop_y + crop_x;
1949 src_width + crop_x * 2;
1961 const uint8* src_y = sample + (src_width * crop_y + crop_x);
1968 (halfwidth * crop_y + crop_x) / 2;
1970 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
1973 (halfwidth * crop_y + crop_x) / 2;
1975 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
1988 const uint8* src_y = sample + src_width * crop_y + crop_x;
1994 halfwidth * crop_y + crop_x / 2;
1996 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
1999 halfwidth * crop_y + crop_x / 2;
2001 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
2014 const uint8* src_y = sample + src_width * crop_y + crop_x;
2018 src_v = sample + src_width * (abs_src_height + crop_y) + crop_x;
2019 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x;
2021 src_u = sample + src_width * (abs_src_height + crop_y) + crop_x;
2022 src_v = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x;
2035 const uint8* src_y = sample + src_width * crop_y + crop_x;
2037 quarterwidth * crop_y + crop_x / 4;
2039 quarterwidth * (abs_src_height + crop_y) + crop_x / 4;