OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_shift
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/x86/libenc/
encoder.h
129
sar_opc, ror_opc, max_shift_opcode=6,
n_shift
= 6
enumerator in enum:Shift_Opcode
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c
287
//
n_shift
is the a multiplier for lf_deltas
290
const int
n_shift
= default_filt_lvl >> 5;
local
319
intra_lvl = lvl_seg + (lf->ref_deltas[INTRA_FRAME] <<
n_shift
);
324
const int inter_lvl = lvl_seg + (lf->ref_deltas[ref] <<
n_shift
)
325
+ (lf->mode_deltas[mode] <<
n_shift
);
[
all
...]
Completed in 2077 milliseconds