OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rf2
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Sema/
warn-bad-function-cast.c
9
double
rf2
(void);
29
(long double)
rf2
();
40
(long)
rf2
(); /* expected-warning {{cast from function call of type 'double' to non-matching type 'long'}} */
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
464
const MV_REFERENCE_FRAME
rf2
= mbmi->ref_frame[1];
local
469
if (
rf2
> 0)
470
best_mv[1].as_int = mbmi->ref_mvs[
rf2
][0].as_int;
[
all
...]
Completed in 733 milliseconds