OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VP8_COMP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h
282
typedef struct
VP8_COMP
703
}
VP8_COMP
;
705
void vp8_pack_bitstream(
VP8_COMP
*cpi, unsigned char *dest,
708
void vp8_tokenize_mb(
VP8_COMP
*, MACROBLOCK *, TOKENEXTRA **);
710
void vp8_set_speed_features(
VP8_COMP
*cpi);
/external/libvpx/libvpx/vp8/encoder/
onyx_int.h
285
typedef struct
VP8_COMP
703
}
VP8_COMP
;
705
void vp8_pack_bitstream(
VP8_COMP
*cpi, unsigned char *dest,
708
void vp8_tokenize_mb(
VP8_COMP
*, MACROBLOCK *, TOKENEXTRA **);
710
void vp8_set_speed_features(
VP8_COMP
*cpi);
Completed in 159 milliseconds