OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RDDIV_BITS
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.h
20
#define
RDDIV_BITS
7
vp9_rdopt.c
283
cpi->RDDIV =
RDDIV_BITS
; // in bits (to multiply D by 128)
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.h
25
#define
RDDIV_BITS
7
vp9_rd.c
259
rd->RDDIV =
RDDIV_BITS
; // In bits (to multiply D by 128).
Completed in 245 milliseconds