Lines Matching defs:width
1179 int32_t width, int32_t height)
1204 for (w_cnt = 16; w_cnt < width; w_cnt += 16) {
1446 int32_t width,
1472 for (v_cnt = 0; v_cnt < width; v_cnt += 16) {
1770 int32_t width,
1789 for (v_cnt = 0; v_cnt < width; v_cnt += 16) {
2101 int32_t width,
2128 for (v_cnt = 0; v_cnt < width; v_cnt += 16) {
2448 int32_t width,
2474 for (v_cnt = 0; v_cnt < width; v_cnt += 16) {
2599 int width, int height)
2601 if (width >> 4) {
2604 width - (width % 16), height);
2605 dst += width - (width % 16);
2606 src += width - (width % 16);
2607 width %= 16;
2610 if (width >> 3) {
2615 width %= 8;
2618 if (width) {
2627 int eo, int width, int height)
2633 if (width >> 4) {
2637 width - (width % 16),
2639 dst += width - (width % 16);
2640 src += width - (width % 16);
2641 width %= 16;
2644 if (width >> 3) {
2650 width %= 8;
2653 if (width) {
2661 if (width >> 4) {
2665 width - (width % 16),
2667 dst += width - (width % 16);
2668 src += width - (width % 16);
2669 width %= 16;
2672 if (width >> 3) {
2678 width %= 8;
2681 if (width) {
2689 if (width >> 4) {
2693 width - (width % 16),
2695 dst += width - (width % 16);
2696 src += width - (width % 16);
2697 width %= 16;
2700 if (width >> 3) {
2706 width %= 8;
2709 if (width) {
2717 if (width >> 4) {
2721 width - (width % 16),
2723 dst += width - (width % 16);
2724 src += width - (width % 16);
2725 width %= 16;
2728 if (width >> 3) {
2734 width %= 8;
2737 if (width) {