Searched defs:out_h (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/dsa/
H A Ddsa.c152 unsigned long *out_h, BN_GENCB *cb) {
155 out_counter, out_h, cb);
158 out_counter, out_h, cb);
150 DSA_generate_parameters_ex(DSA *dsa, unsigned bits, const uint8_t *seed_in, size_t seed_len, int *out_counter, unsigned long *out_h, BN_GENCB *cb) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1808 const int out_h = dst_fb->y_crop_height; local
1829 dsts[i], out_h, out_w, dst_strides[i]);
1844 const int out_h = dst_fb->y_crop_height; local
1857 for (y = 0; y < out_h; y += 16) {
1862 const int y_q4 = y * (16 / factor) * in_h / out_h;
1865 uint8_t *src = srcs[i] + y / factor * in_h / out_h * src_stride +
1871 vp9_sub_pel_filters_8[y_q4 & 0xf], 16 * in_h / out_h,

Completed in 151 milliseconds