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

12 3

  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 3 #include "vp8/common/blockd.h"
5 struct blockd;
22 prototype void vp8_dequantize_b "struct blockd*, short *dqc"
444 prototype void vp8_regular_quantize_b "struct block *, struct blockd *"
448 prototype void vp8_fast_quantize_b "struct block *, struct blockd *"
452 prototype void vp8_regular_quantize_b_pair "struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2"
455 prototype void vp8_fast_quantize_b_pair "struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2"
482 prototype void vp8_subtract_b "struct block *be, struct blockd *bd, int pitch
    [all...]
asm_com_offsets.c 16 #include "vp8/common/blockd.h"
blockd.h 192 typedef struct blockd struct
203 } BLOCKD;
220 BLOCKD block[25];
mbpitch.c 12 #include "blockd.h"
debugmodes.c 13 #include "blockd.h"
entropy.h 16 #include "blockd.h"
alloccommon.c 13 #include "blockd.h"
entropy.c 12 #include "blockd.h"
findnearmv.h 16 #include "blockd.h"
reconintra.c 15 #include "blockd.h"
  /external/libvpx/libvpx/vp8/common/x86/
idct_blk_mmx.c 13 #include "vp8/common/blockd.h"
17 void vp8_dequantize_b_mmx(BLOCKD *d, short *DQC)
recon_wrapper_sse2.c 14 #include "vp8/common/blockd.h"
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 22 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
70 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
106 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d)
159 void vp8_strict_quantize_b_c(BLOCK *b, BLOCKD *d)
218 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d)
305 void vp8_regular_quantize_b_pair(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2)
311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2)
652 /*TODO: Remove dequant from BLOCKD. This is a temporary solution unti
    [all...]
encodeintra.c 54 BLOCKD *b = &x->e_mbd.block[ib];
mcomp.c 203 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
358 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
669 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
850 BLOCKD *d,
1039 BLOCKD *d,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 23 ;vp8_fast_quantize_b_pair_neon(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2);
155 ;void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
  /external/libvpx/generic/
libvpx_srcs.txt 8 vp8/common/blockd.c
9 vp8/common/blockd.h
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 23 ; r1 BLOCKD *d
105 ldr r11, [sp, #0] ; restore BLOCKD pointer
  /external/libvpx/mips/
libvpx_srcs.txt 8 vp8/common/blockd.c
9 vp8/common/blockd.h
  /external/libvpx/mips-dspr2/
libvpx_srcs.txt 8 vp8/common/blockd.c
9 vp8/common/blockd.h
  /external/libvpx/armv7a/
libvpx_srcs.txt 36 vp8/common/blockd.c
37 vp8/common/blockd.h
  /external/libvpx/armv7a-neon/
libvpx_srcs.txt 67 vp8/common/blockd.c
68 vp8/common/blockd.h
  /external/libvpx/libvpx/test/
sad_test.cc 19 #include "vp8/common/blockd.h"
  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 12 #include "vp8/common/blockd.h"

Completed in 408 milliseconds

12 3