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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_lookahead.h 38 struct lookahead_ctx { struct
51 struct lookahead_ctx *vp9_lookahead_init(unsigned int width,
63 void vp9_lookahead_destroy(struct lookahead_ctx *ctx);
81 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
95 struct lookahead_entry *vp9_lookahead_pop(struct lookahead_ctx *ctx,
106 struct lookahead_entry *vp9_lookahead_peek(struct lookahead_ctx *ctx,
114 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
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)
  /external/libvpx/libvpx/vp8/encoder/
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)
  /external/libvpx/libvpx/vp9/encoder/
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) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
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)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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) {

Completed in 123 milliseconds