Searched refs:xd (Results 1 - 25 of 85) sorted by relevance

1234

/external/libvpx/vp8/decoder/
H A Ddecodframe.c65 void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd) argument
69 MB_MODE_INFO *mbmi = &xd->mode_info_context->mbmi;
73 if (xd->segmentation_enabled)
76 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA)
77 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
82 QIndex = pc->base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
92 xd->block[i].dequant = pc->Y1dequant[QIndex];
97 xd->block[i].dequant = pc->UVdequant[QIndex];
100 xd->block[24].dequant = pc->Y2dequant[QIndex];
113 static void skip_recon_mb(VP8D_COMP *pbi, MACROBLOCKD *xd) argument
128 clamp_mv_to_umv_border(MV *mv, const MACROBLOCKD *xd) argument
151 clamp_uvmv_to_umv_border(MV *mv, const MACROBLOCKD *xd) argument
160 clamp_mvs(MACROBLOCKD *xd) argument
179 vp8_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd) argument
323 vp8_decode_mb_row(VP8D_COMP *pbi, VP8_COMMON *pc, int mb_row, MACROBLOCKD *xd) argument
498 MACROBLOCKD *const xd = & pbi->mb; local
565 MACROBLOCKD *const xd = & pbi->mb; local
[all...]
H A Dthreading.c29 extern void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
30 extern void clamp_mvs(MACROBLOCKD *xd);
39 void vp8_setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_DEC *mbrd, int count) argument
49 mbd->rtcd = xd->rtcd;
51 mbd->subpixel_predict = xd->subpixel_predict;
52 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
53 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
54 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
68 mbd->segmentation_enabled = xd->segmentation_enabled;
69 mbd->mb_segement_abs_delta = xd
100 vp8mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd, int mb_row, int mb_col) argument
255 MACROBLOCKD *xd = &mbrd->mbd; local
765 vp8mt_decode_mb_rows( VP8D_COMP *pbi, MACROBLOCKD *xd) argument
[all...]
H A Ddecoderthreading.h19 extern void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
/external/libvpx/vp8/encoder/
H A Dencodeframe.c293 MACROBLOCKD *xd = &x->e_mbd; local
297 if (xd->segmentation_enabled)
300 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA)
302 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id];
306 QIndex = cpi->common.base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id];
372 MACROBLOCKD *xd,
388 xd->above_context = cm->above_context;
390 xd
368 encode_mb_row(VP8_COMP *cpi, VP8_COMMON *cm, int mb_row, MACROBLOCK *x, MACROBLOCKD *xd, TOKENEXTRA **tp, int *segment_counts, int *totalrate) argument
545 MACROBLOCKD *const xd = & x->e_mbd; local
1012 const MACROBLOCKD *xd = & x->e_mbd; local
1167 MACROBLOCKD *const xd = &x->e_mbd; local
[all...]
H A Dethreading.c50 MACROBLOCKD *xd = &x->e_mbd; local
71 xd->above_context = cm->above_context;
72 xd->left_context = &mb_row_left_context;
76 xd->up_available = (mb_row != 0);
98 xd->mb_to_left_edge = -((mb_col * 16) << 3);
99 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
100 xd->mb_to_top_edge = -((mb_row * 16) << 3);
101 xd->mb_to_bottom_edge = ((cm->mb_rows - 1 - mb_row) * 16) << 3;
109 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset;
110 xd
298 MACROBLOCKD *xd = &x->e_mbd; local
347 MACROBLOCKD *const xd = & x->e_mbd; local
[all...]
H A Dbitstream.c929 MACROBLOCKD *xd = &cpi->mb.e_mbd; local
933 xd->mb_to_left_edge = -((mb_col * 16) << 3);
934 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
935 xd->mb_to_top_edge = -((mb_row * 16)) << 3;
936 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3;
987 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias);
1370 MACROBLOCKD *const xd = & cpi->mb.e_mbd; local
1418 vp8_write_bit(bc, (xd->segmentation_enabled) ? 1 : 0);
1421 if (xd->segmentation_enabled)
1424 vp8_write_bit(bc, (xd
[all...]
H A Dpickinter.c220 MACROBLOCKD *const xd = &mb->e_mbd; local
222 int cost = mb->mbmode_cost [xd->frame_type] [B_PRED];
235 vp8_intra_prediction_down_copy(xd);
239 MODE_INFO *const mic = xd->mode_info_context;
240 const int mis = xd->mode_info_stride;
247 mb, mb->block + i, xd->block + i, &best_mode, A, L,
254 mic->bmi[i].mode = xd->block[i].bmi.mode = best_mode;
262 xd->block[i].bmi.mv.as_int = 0;
429 MACROBLOCKD *xd = &x->e_mbd; local
/external/libvpx/vp8/common/
H A Dfindnearmv.c41 void vp8_clamp_mv(MV *mv, const MACROBLOCKD *xd) argument
43 if (mv->col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
44 mv->col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
45 else if (mv->col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
46 mv->col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
48 if (mv->row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
49 mv->row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
50 else if (mv->row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
51 mv->row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
57 MACROBLOCKD *xd,
55 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, MV *nearest, MV *nearby, MV *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
[all...]
H A Dfindnearmv.h22 MACROBLOCKD *xd,
/external/chromium/third_party/icu/source/common/
H A Dubidi_props_data.c249 1,1,1,1,5,5,5,5,0xd,0xd,0xa,0xa,0xd,4,4,0xd,
250 6,0xd,0xa,0xa,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xd,
251 0xd,0xd,0xd,0xd,
[all...]
H A Dbmpset.cpp219 mask=~(0x10001<<0xd); // Lead byte 0xED.
220 bits=1<<0xd;
226 mask=~(0x10001<<0xd); // Lead byte 0xED.
286 return containsSlow(c, list4kStarts[0xd], list4kStarts[0x11]);
331 if(!containsSlow(c, list4kStarts[0xd], list4kStarts[0xe])) {
371 if(containsSlow(c, list4kStarts[0xd], list4kStarts[0xe])) {
420 if(!containsSlow(c, list4kStarts[0xd], list4kStarts[0xe])) {
463 if(containsSlow(c, list4kStarts[0xd], list4kStarts[0xe])) {
/external/icu4c/common/
H A Dubidi_props_data.c257 0xd,0xd,0xa,0xa,0xd,4,4,0xd,6,0xd,0xa,0xa,0xb1,0xb1,0xb1,0xb1,
258 0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xd,0xd,0xd,0xd,0xd,
[all...]
H A Dbmpset.cpp219 mask=~(0x10001<<0xd); // Lead byte 0xED.
220 bits=1<<0xd;
226 mask=~(0x10001<<0xd); // Lead byte 0xED.
286 return containsSlow(c, list4kStarts[0xd], list4kStarts[0x11]);
331 if(!containsSlow(c, list4kStarts[0xd], list4kStarts[0xe])) {
371 if(containsSlow(c, list4kStarts[0xd], list4kStarts[0xe])) {
420 if(!containsSlow(c, list4kStarts[0xd], list4kStarts[0xe])) {
463 if(containsSlow(c, list4kStarts[0xd], list4kStarts[0xe])) {
/external/icu4c/samples/props/
H A Dprops.cpp54 0xd, 0x20, 0x2d, 0x35, 0x65, 0x284, 0x665, 0x5678, 0x23456, 0x10317, 0x1D01F, 0x10fffd
/external/dropbear/libtomcrypt/notes/etc/
H A Dwhirlgen.c3 unsigned E[16] = { 1, 0xb, 9, 0xc, 0xd, 6, 0xf, 3, 0xe, 8, 7, 4, 0xa, 2, 5, 0 };
5 unsigned R[16] = { 7, 0xc, 0xb, 0xd, 0xe, 4, 9, 0xf, 6, 3, 8, 0xa, 2, 5, 1, 0 };
/external/grub/stage2/
H A Dfsys_jfs.c109 u32 xd, ioffset; local
115 xd = (inum & (INOSPERIAG - 1)) >> L2INOSPEREXT;
122 3072 + xd*sizeof(pxd_t), sizeof(pxd_t), (char *)&pxd);
161 pxd_t *xd; local
176 xd = &((idtentry_t *)dtr->slot)[(int)dtr->header.stbl[0]].xd;
178 devread (addressPXD (xd) << jfs.bdlog, 0,
182 xd = &de[(int)((s8 *)&de[(int)dtpage->header.stblindex])[0]].xd;
/external/libxml2/include/libxml/
H A Dchvalid.h90 ((c) == 0xd))
109 ((c) == 0xd) || \
/external/openssl/crypto/sha/
H A Dsha_locl.h159 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
160 Xupdate(f,xi,xa,xb,xc,xd); \
164 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
165 Xupdate(f,xi,xa,xb,xc,xd); \
169 #define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
170 Xupdate(f,xa,xa,xb,xc,xd); \
174 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
175 Xupdate(f,xa,xa,xb,xc,xd); \
179 #define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
180 Xupdate(f,xa,xa,xb,xc,xd); \
[all...]
/external/stlport/stlport/stl/config/
H A D_bc.h45 # pragma defineonoption _CPPUNWIND -xd
/external/libffi/src/s390/
H A Dsysv.S185 .byte 0x8d # DW_CFA_offset, column 0xd
190 .uleb128 0xd
203 .byte 0xd # DW_CFA_def_cfa_register
224 .byte 0x8d # DW_CFA_offset, column 0xd
384 .byte 0x8d # DW_CFA_offset, column 0xd
397 .uleb128 0xd
402 .byte 0xd # DW_CFA_def_cfa_register
/external/libffi/src/x86/
H A Dsysv.S365 .byte 0xd /* DW_CFA_def_cfa_register */
390 .byte 0xd /* DW_CFA_def_cfa_register */
424 .byte 0xd /* DW_CFA_def_cfa_register */
/external/bluetooth/glib/tests/
H A Dmarkup-escape-test.c96 test_unichar (0xd, FALSE);
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
H A DISO9796d1Encoding.java20 0x0, 0xd, 0xb, 0x6, 0x7, 0xa, 0xc, 0x1 };
22 0x3, 0x4, 0xd, 0xa, 0xe, 0x9, 0x0, 0x7 };
/external/libffi/src/powerpc/
H A Ddarwin.S222 .byte 0xd ; DW_CFA_def_cfa_register
241 .byte 0xd ; DW_CFA_def_cfa_register
H A Dsysv.S205 .byte 0xd /* DW_CFA_def_cfa_register */
222 .byte 0xd /* DW_CFA_def_cfa_register */

Completed in 1006 milliseconds

1234