OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MV_CLASS_TYPE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h
62
}
MV_CLASS_TYPE
;
106
MV_CLASS_TYPE
vp9_get_mv_class(int z, int *offset);
107
int vp9_get_mv_mag(
MV_CLASS_TYPE
c, int offset);
vp9_entropymv.c
121
static INLINE int mv_class_base(
MV_CLASS_TYPE
c) {
125
MV_CLASS_TYPE
vp9_get_mv_class(int z, int *offset) {
126
const
MV_CLASS_TYPE
c = (z >= CLASS0_SIZE * 4096) ?
127
MV_CLASS_10 : (
MV_CLASS_TYPE
)log_in_base_2[z >> 3];
138
int vp9_get_mv_mag(
MV_CLASS_TYPE
c, int offset) {
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
62
}
MV_CLASS_TYPE
;
106
MV_CLASS_TYPE
vp9_get_mv_class(int z, int *offset);
107
int vp9_get_mv_mag(
MV_CLASS_TYPE
c, int offset);
vp9_entropymv.c
121
static INLINE int mv_class_base(
MV_CLASS_TYPE
c) {
125
MV_CLASS_TYPE
vp9_get_mv_class(int z, int *offset) {
126
const
MV_CLASS_TYPE
c = (z >= CLASS0_SIZE * 4096) ?
127
MV_CLASS_10 : (
MV_CLASS_TYPE
)log_in_base_2[z >> 3];
138
int vp9_get_mv_mag(
MV_CLASS_TYPE
c, int offset) {
Completed in 30 milliseconds