OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MV_CLASS_0
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.c
52
if (mv_class ==
MV_CLASS_0
) {
64
mv_class ==
MV_CLASS_0
? mvcomp->class0_fp[d] : mvcomp->fp,
70
mv_class ==
MV_CLASS_0
? mvcomp->class0_hp : mvcomp->hp);
111
if (c ==
MV_CLASS_0
) {
119
if (c ==
MV_CLASS_0
) {
125
if (c ==
MV_CLASS_0
) {
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
52
if (mv_class ==
MV_CLASS_0
) {
64
mv_class ==
MV_CLASS_0
? mvcomp->class0_fp[d] : mvcomp->fp,
70
mv_class ==
MV_CLASS_0
? mvcomp->class0_hp : mvcomp->hp);
111
if (c ==
MV_CLASS_0
) {
119
if (c ==
MV_CLASS_0
) {
125
if (c ==
MV_CLASS_0
) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h
51
MV_CLASS_0
= 0, /* (0, 2] integer pel */
vp9_entropymv.c
27
-
MV_CLASS_0
, 2,
157
if (c ==
MV_CLASS_0
) {
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
51
MV_CLASS_0
= 0, /* (0, 2] integer pel */
vp9_entropymv.c
27
-
MV_CLASS_0
, 2,
157
if (c ==
MV_CLASS_0
) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c
208
const int class0 = mv_class ==
MV_CLASS_0
;
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
209
const int class0 = mv_class ==
MV_CLASS_0
;
Completed in 83 milliseconds