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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCipherSuite.java361 * @param rfc the RFC describing this cipher suite. (Documentation only.)
366 String javaName, int value, int rfc, int sinceJavaVersion, int sinceAndroidVersion) {
365 CipherSuite( String javaName, int value, int rfc, int sinceJavaVersion, int sinceAndroidVersion) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1476 int rfc = mode_context[ref_frames[0]]; local
1477 int c1 = cost_mv_ref(cpi, NEARMV, rfc);
1478 int c2 = cost_mv_ref(cpi, NEARESTMV, rfc);
1479 int c3 = cost_mv_ref(cpi, ZEROMV, rfc);

Completed in 313 milliseconds