OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mv32
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_mv.h
32
typedef struct
mv32
{
struct
35
}
MV32
;
vp9_scale.h
40
MV32
vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
vp9_reconinter.c
31
MV32
mv = vp9_scale_mv(&mv_q4, x, y, sf);
51
MV32
mv = vp9_scale_mv(&mv_q4, x, y, sf);
153
MV32
scaled_mv;
vp9_scale.c
37
MV32
vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
40
const
MV32
res = { scaled_y(mv->row, sf) + y_off_q4,
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
500
MV32
scaled_mv;
[
all
...]
Completed in 275 milliseconds