OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_pels_log2_lookup
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_common_data.h
25
extern const int
num_pels_log2_lookup
[BLOCK_SIZES];
vp9_common_data.c
38
const int
num_pels_log2_lookup
[BLOCK_SIZES] =
variable
/external/libvpx/libvpx/vp9/encoder/
vp9_vaq.c
132
return (256 * var) >>
num_pels_log2_lookup
[bs];
vp9_encodeframe.c
115
return (var + (1 << (
num_pels_log2_lookup
[bs] - 1))) >>
116
num_pels_log2_lookup
[bs];
[
all
...]
vp9_rdopt.c
402
model_rd_from_var_lapndz(sse, 1 <<
num_pels_log2_lookup
[bs],
[
all
...]
Completed in 192 milliseconds