HomeSort by relevance Sort by last modified time
    Searched refs:lookahead_ctx (Results 1 - 14 of 14) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 28 struct lookahead_ctx;
37 struct lookahead_ctx* vp8_lookahead_init(unsigned int width,
46 void vp8_lookahead_destroy(struct lookahead_ctx *ctx);
65 vp8_lookahead_push(struct lookahead_ctx *ctx,
85 vp8_lookahead_pop(struct lookahead_ctx *ctx,
100 vp8_lookahead_peek(struct lookahead_ctx *ctx,
110 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 314 struct lookahead_ctx *lookahead;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.h 28 struct lookahead_ctx;
37 struct lookahead_ctx* vp8_lookahead_init(unsigned int width,
46 void vp8_lookahead_destroy(struct lookahead_ctx *ctx);
65 vp8_lookahead_push(struct lookahead_ctx *ctx,
85 vp8_lookahead_pop(struct lookahead_ctx *ctx,
100 vp8_lookahead_peek(struct lookahead_ctx *ctx,
110 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 317 struct lookahead_ctx *lookahead;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.h 34 struct lookahead_ctx;
41 struct lookahead_ctx *vp9_lookahead_init(unsigned int width,
50 void vp9_lookahead_destroy(struct lookahead_ctx *ctx);
68 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
82 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx,
93 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
101 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
vp9_lookahead.c 21 struct lookahead_ctx { struct
31 static struct lookahead_entry *pop(struct lookahead_ctx *ctx,
44 void vp9_lookahead_destroy(struct lookahead_ctx *ctx) {
58 struct lookahead_ctx *vp9_lookahead_init(unsigned int width,
63 struct lookahead_ctx *ctx = NULL;
93 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
165 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx,
177 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
202 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx) {
vp9_onyx_int.h 290 struct lookahead_ctx *lookahead;
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 42 struct lookahead_ctx { struct
55 struct lookahead_ctx *vp9_lookahead_init(unsigned int width,
64 void vp9_lookahead_destroy(struct lookahead_ctx *ctx);
82 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
96 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx,
107 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
115 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
vp9_lookahead.c 22 static struct lookahead_entry *pop(struct lookahead_ctx *ctx,
35 void vp9_lookahead_destroy(struct lookahead_ctx *ctx) {
49 struct lookahead_ctx *vp9_lookahead_init(unsigned int width,
54 struct lookahead_ctx *ctx = NULL;
84 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
156 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx,
168 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
193 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx) {
vp9_svc_layercontext.h 91 struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
97 struct lookahead_ctx *ctx,
102 struct lookahead_ctx *ctx,
vp9_svc_layercontext.c 231 int vp9_svc_lookahead_push(const VP9_COMP *const cpi, struct lookahead_ctx *ctx,
334 struct lookahead_ctx *ctx,
346 struct lookahead_ctx *ctx,
vp9_encoder.h 252 struct lookahead_ctx *lookahead;

Completed in 182 milliseconds