• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/

Lines Matching defs:r_h

908     int r_w, r_h, w_h, p_w, p_h, i, tmp, x = 0;
914 r_h = FFALIGN(test->h * 2 / 3, 1 << pixdesc->log2_chroma_h);
915 w_h = FFALIGN(test->h * 3 / 4 - r_h, 1 << pixdesc->log2_chroma_h);
917 p_h = test->h - w_h - r_h;
920 draw_bar(test, rainbow[i], x, 0, r_w, r_h, picref);
921 draw_bar(test, wobnair[i], x, r_h, r_w, w_h, picref);
925 draw_bar(test, i_pixel, x, r_h + w_h, p_w, p_h, picref);
927 draw_bar(test, white, x, r_h + w_h, p_w, p_h, picref);
929 draw_bar(test, q_pixel, x, r_h + w_h, p_w, p_h, picref);
932 draw_bar(test, black, x, r_h + w_h, tmp, p_h, picref);
935 draw_bar(test, neg4ire, x, r_h + w_h, tmp, p_h, picref);
937 draw_bar(test, black, x, r_h + w_h, tmp, p_h, picref);
939 draw_bar(test, pos4ire, x, r_h + w_h, tmp, p_h, picref);
941 draw_bar(test, black, x, r_h + w_h, test->w - x, p_h, picref);
975 int d_w, r_w, r_h, l_w, i, tmp, x = 0, y = 0;
981 r_h = FFALIGN(test->h * 7 / 12, 1 << pixdesc->log2_chroma_h);
982 draw_bar(test, gray40, x, 0, d_w, r_h, picref);
987 draw_bar(test, rainbow[i], x, 0, r_w, r_h, picref);
990 draw_bar(test, gray40, x, 0, test->w - x, r_h, picref);
991 y = r_h;
992 r_h = FFALIGN(test->h / 12, 1 << pixdesc->log2_chroma_h);
993 draw_bar(test, cyan, 0, y, d_w, r_h, picref);
995 draw_bar(test, i_pixel, x, y, r_w, r_h, picref);
998 draw_bar(test, rainbow[0], x, y, tmp, r_h, picref);
1001 draw_bar(test, blue, x, y, test->w - x, r_h, picref);
1002 y += r_h;
1003 draw_bar(test, yellow, 0, y, d_w, r_h, picref);
1005 draw_bar(test, q_pixel, x, y, r_w, r_h, picref);
1016 draw_bar(test, yramp, x, y, 1 << pixdesc->log2_chroma_w, r_h, picref);
1019 draw_bar(test, red, x, y, test->w - x, r_h, picref);
1020 y += r_h;