OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP9Common
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.h
15
struct
VP9Common
;
18
void vp9_init_dequantizer(struct
VP9Common
*cm);
/external/libvpx/libvpx/vp9/common/
vp9_tile_common.h
14
struct
VP9Common
;
23
void vp9_tile_init(TileInfo *tile, const struct
VP9Common
*cm,
vp9_systemdependent.h
37
struct
VP9Common
;
38
void vp9_machine_specific_config(struct
VP9Common
*cm);
vp9_loopfilter.h
61
struct
VP9Common
;
64
void vp9_loop_filter_init(struct
VP9Common
*cm);
69
void vp9_loop_filter_frame_init(struct
VP9Common
*cm, int default_filt_lvl);
71
void vp9_loop_filter_frame(struct
VP9Common
*cm,
78
struct
VP9Common
*cm, struct macroblockd *xd,
83
struct
VP9Common
*cm;
vp9_entropymode.h
23
struct
VP9Common
;
59
void vp9_setup_past_independence(struct
VP9Common
*cm);
61
void vp9_init_mbmode_probs(struct
VP9Common
*cm);
63
void vp9_adapt_mode_probs(struct
VP9Common
*cm);
vp9_postproc.h
29
int vp9_post_proc_frame(struct
VP9Common
*cm,
vp9_entropymv.h
19
struct
VP9Common
;
22
void vp9_init_mv_probs(struct
VP9Common
*cm);
24
void vp9_adapt_mv_probs(struct
VP9Common
*cm, int usehp);
vp9_entropy.h
103
struct
VP9Common
;
104
void vp9_default_coef_probs(struct
VP9Common
*cm);
107
void vp9_adapt_coef_probs(struct
VP9Common
*cm);
vp9_onyxc_int.h
85
typedef struct
VP9Common
{
vp9_postproc.c
629
int vp9_post_proc_frame(struct
VP9Common
*cm,
Completed in 256 milliseconds