OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookahead_ctx
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
lookahead.h
24
struct
lookahead_ctx
;
33
struct
lookahead_ctx
* vp8_lookahead_init(unsigned int width,
42
void vp8_lookahead_destroy(struct
lookahead_ctx
*ctx);
61
vp8_lookahead_push(struct
lookahead_ctx
*ctx,
81
vp8_lookahead_pop(struct
lookahead_ctx
*ctx,
96
vp8_lookahead_peek(struct
lookahead_ctx
*ctx,
106
vp8_lookahead_depth(struct
lookahead_ctx
*ctx);
lookahead.c
18
struct
lookahead_ctx
struct
30
pop(struct
lookahead_ctx
*ctx,
45
vp8_lookahead_destroy(struct
lookahead_ctx
*ctx)
62
struct
lookahead_ctx
*
67
struct
lookahead_ctx
*ctx = NULL;
104
vp8_lookahead_push(struct
lookahead_ctx
*ctx,
179
vp8_lookahead_pop(struct
lookahead_ctx
*ctx,
194
vp8_lookahead_peek(struct
lookahead_ctx
*ctx,
227
vp8_lookahead_depth(struct
lookahead_ctx
*ctx)
onyx_int.h
313
struct
lookahead_ctx
*lookahead;
/external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h
27
struct
lookahead_ctx
;
34
struct
lookahead_ctx
*vp9_lookahead_init(unsigned int width,
43
void vp9_lookahead_destroy(struct
lookahead_ctx
*ctx);
61
int vp9_lookahead_push(struct
lookahead_ctx
*ctx, YV12_BUFFER_CONFIG *src,
76
struct lookahead_entry *vp9_lookahead_pop(struct
lookahead_ctx
*ctx,
87
struct lookahead_entry *vp9_lookahead_peek(struct
lookahead_ctx
*ctx,
95
unsigned int vp9_lookahead_depth(struct
lookahead_ctx
*ctx);
vp9_lookahead.c
18
struct
lookahead_ctx
{
struct
28
static struct lookahead_entry * pop(struct
lookahead_ctx
*ctx,
41
void vp9_lookahead_destroy(struct
lookahead_ctx
*ctx) {
55
struct
lookahead_ctx
* vp9_lookahead_init(unsigned int width,
60
struct
lookahead_ctx
*ctx = NULL;
87
int vp9_lookahead_push(struct
lookahead_ctx
*ctx, YV12_BUFFER_CONFIG *src,
160
struct lookahead_entry * vp9_lookahead_pop(struct
lookahead_ctx
*ctx,
172
struct lookahead_entry * vp9_lookahead_peek(struct
lookahead_ctx
*ctx,
186
unsigned int vp9_lookahead_depth(struct
lookahead_ctx
*ctx) {
vp9_onyx_int.h
315
struct
lookahead_ctx
*lookahead;
Completed in 546 milliseconds