/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 137 struct buf_2d *const pre_buf = &pd->pre[ref]; in build_inter_predictors() local 168 pre_buf->buf = xd->block_refs[ref]->buf->y_buffer; in build_inter_predictors() 170 pre_buf->buf = xd->block_refs[ref]->buf->u_buffer; in build_inter_predictors() 172 pre_buf->buf = xd->block_refs[ref]->buf->v_buffer; in build_inter_predictors() 174 pre_buf->buf += in build_inter_predictors() 175 scaled_buffer_offset(x_start + x, y_start + y, pre_buf->stride, sf); in build_inter_predictors() 176 pre = pre_buf->buf; in build_inter_predictors() 181 pre = pre_buf->buf + (y * pre_buf->stride + x); in build_inter_predictors() 188 pre += (scaled_mv.row >> SUBPEL_BITS) * pre_buf->stride + in build_inter_predictors() 193 highbd_inter_predictor(CONVERT_TO_SHORTPTR(pre), pre_buf->stride, in build_inter_predictors() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 34 struct buf_2d *const pre_buf, uint8_t **pre, SubpelParams *subpel_params, in calc_subpel_params() argument 52 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in calc_subpel_params() 54 const int right = (pre_buf->width + AOM_INTERP_EXTEND) << SCALE_SUBPEL_BITS; in calc_subpel_params() 58 *pre = pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in calc_subpel_params() 70 *pre = pre_buf->buf + (y + (mv_q4.row >> SUBPEL_BITS)) * pre_buf->stride + in calc_subpel_params() 163 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref]; in build_inter_predictors() local 173 calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, x, y, pre_buf, &pre, in build_inter_predictors() 182 pre, pre_buf->stride, dst, dst_buf->stride, &subpel_params, sf, in build_inter_predictors() 208 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref]; in build_inter_predictors() local 213 calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, 0, 0, pre_buf, &pre, in build_inter_predictors() [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 310 const struct buf_2d *const pre_buf = in aom_upsampled_pred_c() local 331 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in aom_upsampled_pred_c() 333 const int right = (pre_buf->width + AOM_INTERP_EXTEND) in aom_upsampled_pred_c() 339 pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in aom_upsampled_pred_c() 361 av1_make_inter_predictor(pre, pre_buf->stride, comp_pred, width, in aom_upsampled_pred_c() 902 const struct buf_2d *const pre_buf = in aom_highbd_upsampled_pred_c() local 923 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in aom_highbd_upsampled_pred_c() 925 const int right = (pre_buf->width + AOM_INTERP_EXTEND) in aom_highbd_upsampled_pred_c() 931 pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in aom_highbd_upsampled_pred_c() 953 av1_make_inter_predictor(pre, pre_buf->stride, comp_pred8, width, in aom_highbd_upsampled_pred_c()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | variance_sse2.c | 513 const struct buf_2d *const pre_buf = in aom_upsampled_pred_sse2() local 534 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in aom_upsampled_pred_sse2() 536 const int right = (pre_buf->width + AOM_INTERP_EXTEND) in aom_upsampled_pred_sse2() 542 pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in aom_upsampled_pred_sse2() 564 av1_make_inter_predictor(pre, pre_buf->stride, comp_pred, width, in aom_upsampled_pred_sse2()
|
D | highbd_variance_sse2.c | 644 const struct buf_2d *const pre_buf = in aom_highbd_upsampled_pred_sse2() local 665 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in aom_highbd_upsampled_pred_sse2() 667 const int right = (pre_buf->width + AOM_INTERP_EXTEND) in aom_highbd_upsampled_pred_sse2() 673 pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in aom_highbd_upsampled_pred_sse2() 694 av1_make_inter_predictor(pre, pre_buf->stride, comp_pred8, width, in aom_highbd_upsampled_pred_sse2()
|
/external/libxcam/tests/ |
D | test-image-stitching.cpp | 486 SmartPtr<VideoBuffer> pre_buf, cur_buf; in main() local 517 pre_buf->attach_buffer (cur_buf); in main() 519 pre_buf = cur_buf; in main()
|
/external/u-boot/drivers/video/ |
D | dw_hdmi.c | 600 static const u8 pre_buf[] = { variable 694 edid_size = sizeof(pre_buf); in dw_hdmi_read_edid() 695 memcpy(buf, pre_buf, edid_size); in dw_hdmi_read_edid()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 484 const struct scale_factors *const sf, struct buf_2d *const pre_buf, in update_extend_mc_border_params() argument 489 int frame_width = pre_buf->width; in update_extend_mc_border_params() 490 int frame_height = pre_buf->height; in update_extend_mc_border_params() 519 struct buf_2d *const pre_buf, in extend_mc_border() argument 526 if (update_extend_mc_border_params(sf, pre_buf, scaled_mv, &block, in extend_mc_border() 531 pre_buf->buf0 + block.y0 * pre_buf->stride + block.x0; in extend_mc_border() 532 int buf_stride = pre_buf->stride; in extend_mc_border() 539 block.y0, b_w, b_h, pre_buf->width, in extend_mc_border() 540 pre_buf->height); in extend_mc_border() 543 b_h, pre_buf->width, pre_buf->height); in extend_mc_border() [all …]
|
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 86 const struct buf_2d *const pre_buf = &pd->pre[ref]; in av1_make_inter_predictor() local 88 pre_buf->buf0, pre_buf->width, pre_buf->height, in av1_make_inter_predictor() 89 pre_buf->stride, dst, p_col, p_row, w, h, dst_stride, in av1_make_inter_predictor()
|
/external/libxcam/modules/ocl/ |
D | cl_image_360_stitch.cpp | 539 SmartPtr<VideoBuffer> pre_buf; in ensure_fisheye_parameters() local 552 pre_buf = cur_buf; in ensure_fisheye_parameters() 558 pre_buf->detach_buffer (cur_buf); in ensure_fisheye_parameters()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 563 const struct scale_factors *sf, struct buf_2d *pre_buf, in dec_build_inter_predictors() argument 639 buf_ptr = ref_frame + y0 * pre_buf->stride + x0; in dec_build_inter_predictors() 640 buf_stride = pre_buf->stride; in dec_build_inter_predictors() 736 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors_sb() local 742 4, 4, mi_x, mi_y, kernel, sf, pre_buf, in dec_build_inter_predictors_sb() 757 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors_sb() local 759 n4h_x4, mi_x, mi_y, kernel, sf, pre_buf, in dec_build_inter_predictors_sb()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 1551 const uint8_t *const pre_buf = in search_new_mv() local 1556 pre_buf, pre_stride, &base_mv_sse); in search_new_mv() 2164 const uint8_t *const pre_buf = in vp9_pick_inter_mode() local 2169 x->plane[0].src.buf, x->plane[0].src.stride, pre_buf, pre_stride); in vp9_pick_inter_mode()
|