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

1 23

  /external/libvpx/libvpx/vp8/encoder/
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 426 BLOCKD *bd;
453 BLOCKD *bd;
521 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l)
585 BLOCKD *const x_y2 = x->block + 24;
635 BLOCKD *b,
963 Ones from this macroblock have to be pulled from the BLOCKD array
970 BLOCKD *const d = xd->block + i;
1060 BLOCKD *bd = &x->e_mbd.block[i];
1190 BLOCKD *e;
    [all...]
temporal_filter.c 154 BLOCKD *d = &x->e_mbd.block[0];
ethreading.c 411 /*TODO: Remove dequant from BLOCKD. This is a temporary solution until
firstpass.c 413 BLOCKD *d = &x->e_mbd.block[0];
442 BLOCKD *d = &x->e_mbd.block[0];
638 BLOCKD *d = &x->e_mbd.block[0];
    [all...]
onyx_if.c 15 #include "vp8/common/blockd.h"
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_common.mk 17 VP8_COMMON_SRCS-yes += common/blockd.c
33 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 20 #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 190 BLOCKD *b = &xd->block[i];
242 BLOCKD *b = &xd->block[24];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]

Completed in 395 milliseconds

1 23