/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 193 const MB_PREDICTION_MODE b_mode = read_intra_mode(r, local 195 m->bmi[ib].as_mode = b_mode; 197 m->bmi[ib + 2].as_mode = b_mode; 199 m->bmi[ib + 1].as_mode = b_mode; 347 const int b_mode = read_intra_mode_y(cm, r, 0); local 348 mi->bmi[ib].as_mode = b_mode; 350 mi->bmi[ib + 2].as_mode = b_mode; 352 mi->bmi[ib + 1].as_mode = b_mode; 482 int b_mode; local 487 b_mode = read_inter_mode(cm, r, inter_mode_ctx) [all...] |
/external/libvpx/libvpx/vp8/common/ |
reconintra4x4.c | 23 B_PREDICTION_MODE b_mode = (B_PREDICTION_MODE)_b_mode; local 30 switch (b_mode)
|
rtcd_defs.sh | 158 prototype void vp8_intra4x4_predict "unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left"
|
/external/libvpx/armv7a/ |
vp8_rtcd.h | 109 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left); 110 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
|
/external/libvpx/libvpx/vp8/decoder/ |
threading.c | 188 B_PREDICTION_MODE b_mode = local 195 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4 above-right).*/ 218 b_mode, dst, dst_stride, top_left);
|
decodframe.c | 192 B_PREDICTION_MODE b_mode = local 199 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, [all...] |
/external/qemu/ |
i386-dis.c | 326 #define Eb { OP_E, b_mode } 342 #define Gb { OP_G, b_mode } 350 #define Ib { OP_I, b_mode } 351 #define sIb { OP_sI, b_mode } /* sign extened byte */ 357 #define Jb { OP_J, b_mode } 415 #define Ob { OP_OFF64, b_mode } 466 #define b_mode 1 /* byte operand */ macro 483 #define dqb_mode 18 /* registers like dq_mode, memory like b_mode. */ [all...] |
/external/libvpx/generic/ |
vp8_rtcd.h | 91 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
|
/external/libvpx/mips/ |
vp8_rtcd.h | 91 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
|
/external/libvpx/armv7a-neon/ |
vp8_rtcd.h | 127 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left); 128 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
intra4x4_predict_v6.asm | 22 ; B_PREDICTION_MODE left_stride, int b_mode, 29 ; r3: b_mode
|
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 105 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
|