OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_alg_priv
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
64
typedef struct
vpx_codec_alg_priv
vpx_codec_alg_priv_t;
375
struct
vpx_codec_alg_priv
*alg_priv;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h
64
typedef struct
vpx_codec_alg_priv
vpx_codec_alg_priv_t;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c
67
struct
vpx_codec_alg_priv
struct
629
struct
vpx_codec_alg_priv
*priv =
630
(struct
vpx_codec_alg_priv
*)vpx_calloc(1, sizeof(*priv));
[
all
...]
vp8_dx_iface.c
45
struct
vpx_codec_alg_priv
struct
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
77
struct
vpx_codec_alg_priv
struct
575
struct
vpx_codec_alg_priv
*priv;
585
priv = calloc(1, sizeof(struct
vpx_codec_alg_priv
));
[
all
...]
vp8_dx_iface.c
50
struct
vpx_codec_alg_priv
struct
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c
32
struct
vpx_codec_alg_priv
{
struct
vp9_cx_iface.c
65
struct
vpx_codec_alg_priv
{
struct
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_dx_iface.c
31
struct
vpx_codec_alg_priv
{
struct
vp9_cx_iface.c
76
struct
vpx_codec_alg_priv
{
struct
522
struct
vpx_codec_alg_priv
*priv = calloc(1, sizeof(*priv));
[
all
...]
Completed in 225 milliseconds