Searched refs:r_h (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_testsrc.c908 int r_w, r_h, w_h, p_w, p_h, i, tmp, x = 0; local
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
975 int d_w, r_w, r_h, l_w, i, tmp, x = 0, y = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Ddsa.c414 gcry_mpi_t *r_h)
434 *r_h = NULL;
552 *r_h = value_h; value_h = NULL;
580 gcry_mpi_release (*r_h); *r_h = NULL;
409 generate_fips186(DSA_secret_key *sk, unsigned int nbits, unsigned int qbits, gcry_sexp_t deriveparms, int use_fips186_2, dsa_domain_t *domain, int *r_counter, void **r_seed, size_t *r_seedlen, gcry_mpi_t *r_h) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Ddsa.c414 gcry_mpi_t *r_h)
434 *r_h = NULL;
552 *r_h = value_h; value_h = NULL;
580 gcry_mpi_release (*r_h); *r_h = NULL;
409 generate_fips186(DSA_secret_key *sk, unsigned int nbits, unsigned int qbits, gcry_sexp_t deriveparms, int use_fips186_2, dsa_domain_t *domain, int *r_counter, void **r_seed, size_t *r_seedlen, gcry_mpi_t *r_h) argument

Completed in 75 milliseconds