HomeSort by relevance Sort by last modified time
    Searched defs:xd (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 273 const MACROBLOCKD *xd = &x->e_mbd; local
282 const int y_stride = xd->plane[0].pre[0].stride;
284 const uint8_t *const y = xd->plane[0].pre[0].buf;
371 const MACROBLOCKD *xd = &x->e_mbd; local
381 const int y_stride = xd->plane[0].pre[0].stride;
383 const uint8_t *const y = xd->plane[0].pre[0].buf;
507 const MACROBLOCKD *const xd = &x->e_mbd; local
513 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
699 const MACROBLOCKD *const xd = &x->e_mbd; local
701 const struct buf_2d *const in_what = &xd->plane[0].pre[0]
716 const MACROBLOCKD *const xd = &x->e_mbd; local
880 const MACROBLOCKD *const xd = &x->e_mbd; local
954 const MACROBLOCKD *const xd = &x->e_mbd; local
1045 const MACROBLOCKD *const xd = &x->e_mbd; local
1247 const MACROBLOCKD *const xd = &x->e_mbd; local
1280 const MACROBLOCKD *const xd = &x->e_mbd; local
1345 const MACROBLOCKD *const xd = &x->e_mbd; local
1435 const MACROBLOCKD *const xd = &x->e_mbd; local
1479 const MACROBLOCKD *const xd = &x->e_mbd; local
1561 const MACROBLOCKD *const xd = &x->e_mbd; local
    [all...]
vp9_encoder.c 463 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
499 init_macroblockd(cm, xd);
1590 MACROBLOCKD *xd = &cpi->mb.e_mbd; local
2439 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
    [all...]
vp9_firstpass.c 404 MACROBLOCKD *const xd = &x->e_mbd; local
408 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type;
475 MACROBLOCKD *const xd = &x->e_mbd; local
478 struct macroblockd_plane *const pd = xd->plane;
536 set_ref_ptrs(cm, xd, ref_frame, NONE);
543 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL);
544 vp9_setup_dst_planes(xd->plane, new_yv12, 0, 0);
546 xd->mi = cm->mi_grid_visible;
547 xd->mi[0] = cm->mi;
573 xd->up_available = (mb_row != 0)
    [all...]
vp9_encodeframe.c 140 MACROBLOCKD *const xd,
143 const int idx_str = xd->mi_stride * mi_row + mi_col;
144 xd->mi = cm->mi_grid_visible + idx_str;
145 xd->mi[0] = cm->mi + idx_str;
188 MACROBLOCKD *const xd = &x->e_mbd; local
194 set_skip_context(xd, mi_row, mi_col);
199 set_modeinfo_offsets(cm, xd, mi_row, mi_col);
201 mbmi = &xd->mi[0]->mbmi;
204 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col);
215 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width
260 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
430 MACROBLOCKD *xd = &cpi->mb.e_mbd; local
579 MACROBLOCKD *const xd = &x->e_mbd; local
729 MACROBLOCKD *const xd = &x->e_mbd; local
834 const MACROBLOCKD *const xd = &x->e_mbd; local
878 MACROBLOCKD *const xd = &x->e_mbd; local
908 const MACROBLOCKD *const xd = &x->e_mbd; local
958 MACROBLOCKD *const xd = &x->e_mbd; local
1338 MACROBLOCKD *const xd = &x->e_mbd; local
1386 MACROBLOCKD *const xd = &x->e_mbd; local
1397 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
1459 MACROBLOCKD *const xd = &x->e_mbd; local
1773 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
1807 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
1869 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
1943 MACROBLOCKD *const xd = &x->e_mbd; local
2256 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
2360 MACROBLOCKD *const xd = &x->e_mbd; local
2490 MACROBLOCKD *const xd = &x->e_mbd; local
2512 MACROBLOCKD *xd = &x->e_mbd; local
2572 MACROBLOCKD *const xd = &x->e_mbd; local
2827 MACROBLOCKD *const xd = &x->e_mbd; local
2920 MACROBLOCKD *xd = &x->e_mbd; local
3006 MACROBLOCKD *const xd = &x->e_mbd; local
3309 MACROBLOCKD *const xd = &x->e_mbd; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 572 MACROBLOCKD *xd = &cpi->mb.e_mbd; local
578 xd->mb_to_left_edge = -((mb_col * 16) << 3);
579 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
580 xd->mb_to_top_edge = -((mb_row * 16) << 3);
581 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3;
631 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias);
632 vp8_clamp_mv2(&best_mv, xd);
1273 MACROBLOCKD *const xd = & cpi->mb.e_mbd; local
    [all...]
pickinter.c 187 MACROBLOCKD *const xd = &mb->e_mbd; local
189 int cost = mb->mbmode_cost [xd->frame_type] [B_PRED];
194 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
200 MODE_INFO *const mic = xd->mode_info_context;
201 const int mis = xd->mode_info_stride;
394 MACROBLOCKD *xd = &x->e_mbd; local
397 if (xd->mode_info_context->mbmi.mode == NEWMV)
399 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row
462 MACROBLOCKD *xd = &x->e_mbd; local
573 MACROBLOCKD *xd = &x->e_mbd; local
1257 MACROBLOCKD *xd = &x->e_mbd; local
    [all...]
onyx_if.c 4879 const MACROBLOCKD *xd = &cpi->mb.e_mbd; local
    [all...]
rdopt.c 708 MACROBLOCKD *const xd = &mb->e_mbd; local
710 int cost = mb->mbmode_cost [xd->frame_type] [B_PRED];
725 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
731 MODE_INFO *const mic = xd->mode_info_context;
732 const int mis = xd->mode_info_stride;
745 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
781 MACROBLOCKD *xd = &x->e_mbd; local
786 xd->mode_info_context->mbmi.mode = mode
880 MACROBLOCKD *xd = &x->e_mbd; local
952 MACROBLOCKD *const xd = & x->e_mbd; local
1765 MACROBLOCKD *xd = &x->e_mbd; local
1943 MACROBLOCKD *xd = &x->e_mbd; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 182 static void setup_plane_dequants(VP9_COMMON *cm, MACROBLOCKD *xd, int q_index) {
184 xd->plane[0].dequant = cm->y_dequant[q_index];
187 xd->plane[i].dequant = cm->uv_dequant[q_index];
190 static void inverse_transform_block(MACROBLOCKD* xd, int plane, int block,
193 struct macroblockd_plane *const pd = &xd->plane[plane];
200 tx_type = get_tx_type_4x4(plane_type, xd, block);
202 xd->itxm_add(dqcoeff, dst, stride, eob);
207 tx_type = get_tx_type(plane_type, xd);
211 tx_type = get_tx_type(plane_type, xd);
237 MACROBLOCKD *xd; member in struct:intra_args
246 MACROBLOCKD *const xd = args->xd; local
272 MACROBLOCKD *xd; member in struct:inter_args
282 MACROBLOCKD *const xd = args->xd; local
679 MACROBLOCKD *xd = &pbi->mb; local
1161 MACROBLOCKD *const xd = &pbi->mb; local
1262 MACROBLOCKD *const xd = &pbi->mb; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 86 const MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
87 const vp9_prob *const tx_probs = get_tx_probs2(max_tx_size, xd,
99 const MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
104 vp9_write(w, skip, vp9_get_skip_prob(&cpi->common, xd));
194 const MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
195 const MB_MODE_INFO *const mbmi = &xd->mi[0]->mbmi;
209 vp9_write(w, is_compound, vp9_get_reference_mode_prob(cm, xd));
216 vp9_get_pred_prob_comp_ref_p(cm, xd));
219 vp9_write(w, bit0, vp9_get_pred_prob_single_ref_p1(cm, xd));
222 vp9_write(w, bit1, vp9_get_pred_prob_single_ref_p2(cm, xd));
233 const MACROBLOCKD *const xd = &x->e_mbd; local
336 const MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
375 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
421 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
1121 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
    [all...]
vp9_mcomp.c 275 const MACROBLOCKD *xd = &x->e_mbd; local
284 const int y_stride = xd->plane[0].pre[0].stride;
286 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
373 const MACROBLOCKD *xd = &x->e_mbd; local
383 const int y_stride = xd->plane[0].pre[0].stride;
385 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
510 const MACROBLOCKD *const xd = &x->e_mbd; local
516 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
705 const MACROBLOCKD *const xd = &x->e_mbd; local
707 const struct buf_2d *const in_what = &xd->plane[0].pre[0]
722 const MACROBLOCKD *const xd = &x->e_mbd; local
885 const MACROBLOCKD *const xd = &x->e_mbd; local
984 const MACROBLOCKD *const xd = &x->e_mbd; local
1078 const MACROBLOCKD *const xd = &x->e_mbd; local
1292 const MACROBLOCKD *const xd = &x->e_mbd; local
1329 const MACROBLOCKD *const xd = &x->e_mbd; local
1421 const MACROBLOCKD *const xd = &x->e_mbd; local
1542 const MACROBLOCKD *const xd = &x->e_mbd; local
1591 const MACROBLOCKD *const xd = &x->e_mbd; local
1680 const MACROBLOCKD *const xd = &x->e_mbd; local
    [all...]
vp9_firstpass.c 380 const MACROBLOCKD *const xd = &x->e_mbd; local
383 const uint8_t *const ref = xd->plane[0].pre[0].buf;
384 const int ref_stride = xd->plane[0].pre[0].stride;
386 vp9_variance_fn_t fn = get_block_variance_fn(xd->mi[0]->mbmi.sb_type);
394 MACROBLOCKD *const xd = &x->e_mbd; local
400 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type;
476 MACROBLOCKD *const xd = &x->e_mbd; local
479 struct macroblockd_plane *const pd = xd->plane;
537 set_ref_ptrs(cm, xd, ref_frame, NONE);
541 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL)
    [all...]
vp9_onyx_if.c 613 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
649 init_macroblockd(cm, xd);
2025 MACROBLOCKD *xd = &cpi->mb.e_mbd; local
2908 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmslut.c 1704 cmsFloat32Number fx[4], x[4], xd[4], fxd[4]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 572 MACROBLOCKD *xd = &cpi->mb.e_mbd; local
578 xd->mb_to_left_edge = -((mb_col * 16) << 3);
579 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
580 xd->mb_to_top_edge = -((mb_row * 16) << 3);
581 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3;
631 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias);
632 vp8_clamp_mv2(&best_mv, xd);
1273 MACROBLOCKD *const xd = & cpi->mb.e_mbd; local
    [all...]
pickinter.c 188 MACROBLOCKD *const xd = &mb->e_mbd; local
190 int cost = mb->mbmode_cost [xd->frame_type] [B_PRED];
195 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
201 MODE_INFO *const mic = xd->mode_info_context;
202 const int mis = xd->mode_info_stride;
396 MACROBLOCKD *xd = &x->e_mbd; local
399 if (xd->mode_info_context->mbmi.mode == NEWMV)
401 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row
464 MACROBLOCKD *xd = &x->e_mbd; local
575 MACROBLOCKD *xd = &x->e_mbd; local
1260 MACROBLOCKD *xd = &x->e_mbd; local
    [all...]
onyx_if.c 4880 const MACROBLOCKD *xd = &cpi->mb.e_mbd; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 184 static void setup_plane_dequants(VP9_COMMON *cm, MACROBLOCKD *xd, int q_index) {
186 xd->plane[0].dequant = cm->y_dequant[q_index];
189 xd->plane[i].dequant = cm->uv_dequant[q_index];
192 static void inverse_transform_block(MACROBLOCKD* xd, int plane, int block,
195 struct macroblockd_plane *const pd = &xd->plane[plane];
202 tx_type = get_tx_type_4x4(plane_type, xd, block);
204 xd->itxm_add(dqcoeff, dst, stride, eob);
209 tx_type = get_tx_type(plane_type, xd);
213 tx_type = get_tx_type(plane_type, xd);
239 MACROBLOCKD *xd; member in struct:intra_args
248 MACROBLOCKD *const xd = args->xd; local
274 MACROBLOCKD *xd; member in struct:inter_args
284 MACROBLOCKD *const xd = args->xd; local
681 MACROBLOCKD *xd = &pbi->mb; local
1155 MACROBLOCKD *const xd = &pbi->mb; local
1256 MACROBLOCKD *const xd = &pbi->mb; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 86 const MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
87 const vp9_prob *const tx_probs = get_tx_probs2(max_tx_size, xd,
99 const MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
104 vp9_write(w, skip, vp9_get_skip_prob(&cpi->common, xd));
194 const MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
195 const MB_MODE_INFO *const mbmi = &xd->mi[0]->mbmi;
209 vp9_write(w, is_compound, vp9_get_reference_mode_prob(cm, xd));
216 vp9_get_pred_prob_comp_ref_p(cm, xd));
219 vp9_write(w, bit0, vp9_get_pred_prob_single_ref_p1(cm, xd));
222 vp9_write(w, bit1, vp9_get_pred_prob_single_ref_p2(cm, xd));
233 const MACROBLOCKD *const xd = &x->e_mbd; local
336 const MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
375 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
421 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
1114 MACROBLOCKD *const xd = &cpi->mb.e_mbd; local
    [all...]
vp9_mcomp.c 275 const MACROBLOCKD *xd = &x->e_mbd; local
284 const int y_stride = xd->plane[0].pre[0].stride;
286 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
373 const MACROBLOCKD *xd = &x->e_mbd; local
383 const int y_stride = xd->plane[0].pre[0].stride;
385 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
510 const MACROBLOCKD *const xd = &x->e_mbd; local
516 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
705 const MACROBLOCKD *const xd = &x->e_mbd; local
707 const struct buf_2d *const in_what = &xd->plane[0].pre[0]
722 const MACROBLOCKD *const xd = &x->e_mbd; local
885 const MACROBLOCKD *const xd = &x->e_mbd; local
986 const MACROBLOCKD *const xd = &x->e_mbd; local
1095 const MACROBLOCKD *const xd = &x->e_mbd; local
1309 const MACROBLOCKD *const xd = &x->e_mbd; local
1346 const MACROBLOCKD *const xd = &x->e_mbd; local
1438 const MACROBLOCKD *const xd = &x->e_mbd; local
1559 const MACROBLOCKD *const xd = &x->e_mbd; local
1608 const MACROBLOCKD *const xd = &x->e_mbd; local
1709 const MACROBLOCKD *const xd = &x->e_mbd; local
    [all...]
vp9_firstpass.c 379 const MACROBLOCKD *const xd = &x->e_mbd; local
382 const uint8_t *const ref = xd->plane[0].pre[0].buf;
383 const int ref_stride = xd->plane[0].pre[0].stride;
385 vp9_variance_fn_t fn = get_block_variance_fn(xd->mi[0]->mbmi.sb_type);
393 MACROBLOCKD *const xd = &x->e_mbd; local
399 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type;
475 MACROBLOCKD *const xd = &x->e_mbd; local
478 struct macroblockd_plane *const pd = xd->plane;
536 set_ref_ptrs(cm, xd, ref_frame, NONE);
540 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 4851 const MACROBLOCKD *xd = &cpi->mb.e_mbd; local
    [all...]
rdopt.c 708 MACROBLOCKD *const xd = &mb->e_mbd; local
710 int cost = mb->mbmode_cost [xd->frame_type] [B_PRED];
725 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
731 MODE_INFO *const mic = xd->mode_info_context;
732 const int mis = xd->mode_info_stride;
745 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
781 MACROBLOCKD *xd = &x->e_mbd; local
786 xd->mode_info_context->mbmi.mode = mode
880 MACROBLOCKD *xd = &x->e_mbd; local
952 MACROBLOCKD *const xd = & x->e_mbd; local
1765 MACROBLOCKD *xd = &x->e_mbd; local
1943 MACROBLOCKD *xd = &x->e_mbd; local
    [all...]
firstpass.c 411 MACROBLOCKD * const xd = & x->e_mbd; local
429 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
430 ref_ptr = (unsigned char *)(xd->pre.y_buffer + d->offset );
440 MACROBLOCKD *const xd = & x->e_mbd; local
459 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
512 MACROBLOCKD *const xd = & x->e_mbd; local
542 xd->pre = *lst_yv12;
543 xd->dst = *new_yv12;
547 xd->mode_info_context = cm->mi;
551 xd->subpixel_predict = vp8_sixtap_predict4x4
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 1347 float* xd = dst->data.fl; local
1393 double* xd = dst->data.db; local
    [all...]

Completed in 1831 milliseconds

1 2 34 5