HomeSort by relevance Sort by last modified time
    Searched full:blockd (Results 51 - 65 of 65) sorted by null

1 23

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm 23 ;void vp8_subtract_b_neon(BLOCK *be, BLOCKD *bd, int pitch)
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 43 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d,
71 BLOCKD *d = &mb->e_mbd.block[0];
120 static int get_prediction_error(BLOCK *be, BLOCKD *b)
141 BLOCKD *b = &x->e_mbd.block[ib];
572 BLOCKD *d = &x->e_mbd.block[0];
    [all...]
tokenize.c 114 const BLOCKD *b;
201 const BLOCKD *b;
encodemb.c 22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch)
228 BLOCKD *d;
473 BLOCKD *bd = &x->block[24];
rdopt.c 421 BLOCKD *bd;
448 BLOCKD *bd;
516 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l)
580 BLOCKD *const x_y2 = x->block + 24;
630 BLOCKD *b,
958 Ones from this macroblock have to be pulled from the BLOCKD array
965 BLOCKD *const d = xd->block + i;
1055 BLOCKD *bd = &x->e_mbd.block[i];
1185 BLOCKD *e;
    [all...]
temporal_filter.c 154 BLOCKD *d = &x->e_mbd.block[0];
ethreading.c 409 /*TODO: Remove dequant from BLOCKD. This is a temporary solution until
firstpass.c 412 BLOCKD *d = &x->e_mbd.block[0];
441 BLOCKD *d = &x->e_mbd.block[0];
637 BLOCKD *d = &x->e_mbd.block[0];
    [all...]
onyx_if.c 14 #include "vp8/common/blockd.h"
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_common.mk 18 VP8_COMMON_SRCS-yes += common/blockd.c
34 VP8_COMMON_SRCS-yes += common/blockd.h
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_subtract_armv6.asm 25 ; r1 BLOCKD *bd
  /external/libvpx/libvpx/test/
intrapred_test.cc 18 #include "vp8/common/blockd.h"
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 14 #include "blockd.h"
  /external/libvpx/libvpx/vp8/decoder/
threading.c 186 BLOCKD *b = &xd->block[i];
258 BLOCKD *b = &xd->block[24];
decodframe.c 189 BLOCKD *b = &xd->block[i];
241 BLOCKD *b = &xd->block[24];
    [all...]

Completed in 219 milliseconds

1 23