OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_use_mv_hp
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
25
int
vp9_use_mv_hp
(const MV *ref);
vp9_findnearmv.c
15
const int use_hp = allow_hp &&
vp9_use_mv_hp
(mv);
vp9_entropymv.c
140
int
vp9_use_mv_hp
(const MV *ref) {
function
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
271
usehp = usehp &&
vp9_use_mv_hp
(ref);
vp9_mcomp.c
352
if (allow_hp &&
vp9_use_mv_hp
(ref_mv) && forced_stop == 0) {
440
if (allow_hp &&
vp9_use_mv_hp
(ref_mv) && forced_stop == 0) {
548
if (allow_hp &&
vp9_use_mv_hp
(ref_mv) && forced_stop == 0) {
646
if (allow_hp &&
vp9_use_mv_hp
(ref_mv) && forced_stop == 0) {
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
246
const int use_hp = allow_hp &&
vp9_use_mv_hp
(ref);
Completed in 96 milliseconds