Searched refs:blockd (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/armv7a-neon/ |
D | vpx_rtcd.h | 12 struct blockd; 23 void vp8_dequantize_b_c(struct blockd*, short *dqc); 24 void vp8_dequantize_b_v6(struct blockd*, short *dqc); 25 void vp8_dequantize_b_neon(struct blockd*, short *dqc); 317 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 320 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 321 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *); 322 void vp8_fast_quantize_b_neon(struct block *, struct blockd *); 325 …egular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 328 …8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); [all …]
|
D | libvpx_srcs.txt | 67 vp8/common/blockd.c 68 vp8/common/blockd.h
|
/external/libvpx/armv7a/ |
D | vpx_rtcd.h | 12 struct blockd; 23 void vp8_dequantize_b_c(struct blockd*, short *dqc); 24 void vp8_dequantize_b_v6(struct blockd*, short *dqc); 272 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 275 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 276 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *); 279 …egular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 282 …8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 303 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch); 304 void vp8_subtract_b_armv6(struct block *be, struct blockd *bd, int pitch); [all …]
|
D | libvpx_srcs.txt | 36 vp8/common/blockd.c 37 vp8/common/blockd.h
|
/external/libvpx/generic/ |
D | vpx_rtcd.h | 12 struct blockd; 23 void vp8_dequantize_b_c(struct blockd*, short *dqc); 233 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 236 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 239 …egular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 242 …8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 263 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch); 272 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 275 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv… 278 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
|
D | libvpx_srcs.txt | 8 vp8/common/blockd.c 9 vp8/common/blockd.h
|
/external/libvpx/mips/ |
D | vpx_rtcd.h | 12 struct blockd; 23 void vp8_dequantize_b_c(struct blockd*, short *dqc); 233 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 236 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 239 …egular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 242 …8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 263 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch); 272 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 275 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv… 278 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
|
D | libvpx_srcs.txt | 8 vp8/common/blockd.c 9 vp8/common/blockd.h
|
/external/libvpx/mips-dspr2/ |
D | vpx_rtcd.h | 12 struct blockd; 23 void vp8_dequantize_b_c(struct blockd*, short *dqc); 251 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 254 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 257 …egular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 260 …8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 281 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch); 290 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 293 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv… 296 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
|
D | libvpx_srcs.txt | 8 vp8/common/blockd.c 9 vp8/common/blockd.h
|
/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 192 typedef struct blockd struct
|
D | rtcd_defs.sh | 5 struct blockd;
|
/external/libvpx/libvpx/vp8/ |
D | vp8_common.mk | 18 VP8_COMMON_SRCS-yes += common/blockd.c 34 VP8_COMMON_SRCS-yes += common/blockd.h
|