/external/libaom/libaom/test/ |
D | sad_test.cc | 524 const int tmp_stride = reference_stride_; in TEST_P() local 529 reference_stride_ = tmp_stride; in TEST_P() 535 const int tmp_stride = reference_stride_; in TEST_P() local 540 reference_stride_ = tmp_stride; in TEST_P() 544 const int tmp_stride = source_stride_; in TEST_P() local 553 source_stride_ = tmp_stride; in TEST_P() 559 const int tmp_stride = source_stride_; in TEST_P() local 564 source_stride_ = tmp_stride; in TEST_P() 582 const int tmp_stride = reference_stride_; in TEST_P() local 588 reference_stride_ = tmp_stride; in TEST_P() [all …]
|
/external/libvpx/libvpx/test/ |
D | sad_test.cc | 332 const int tmp_stride = reference_stride_; in TEST_P() local 337 reference_stride_ = tmp_stride; in TEST_P() 343 const int tmp_stride = reference_stride_; in TEST_P() local 348 reference_stride_ = tmp_stride; in TEST_P() 352 const int tmp_stride = source_stride_; in TEST_P() local 357 source_stride_ = tmp_stride; in TEST_P() 385 const int tmp_stride = reference_stride_; in TEST_P() local 391 reference_stride_ = tmp_stride; in TEST_P() 397 const int tmp_stride = reference_stride_; in TEST_P() local 403 reference_stride_ = tmp_stride; in TEST_P() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format.c | 711 unsigned tmp_stride; in util_format_translate() local 719 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate() 720 tmp_row = MALLOC(y_step * tmp_stride); in util_format_translate() 725 … src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step); in util_format_translate() 726 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step); in util_format_translate() 734 … src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, height); in util_format_translate() 735 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height); in util_format_translate() 741 unsigned tmp_stride; in util_format_translate() local 749 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate() 750 tmp_row = MALLOC(y_step * tmp_stride); in util_format_translate() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.h | 88 int tmp_stride[MAX_MB_PLANE]); 95 int tmp_stride[MAX_MB_PLANE]);
|
D | reconinter_enc.c | 340 int tmp_stride[MAX_MB_PLANE]) { in av1_build_prediction_by_above_preds() 353 tmp_stride, xd->mb_to_right_edge }; in av1_build_prediction_by_above_preds() 395 int tmp_stride[MAX_MB_PLANE]) { in av1_build_prediction_by_left_preds() 408 tmp_stride, xd->mb_to_bottom_edge }; in av1_build_prediction_by_left_preds()
|
D | rdopt.c | 13824 int tmp_stride; member 13855 tmp += ctxt->tmp_stride; in calc_target_weighted_pred_above() 13869 tmp16 += ctxt->tmp_stride; in calc_target_weighted_pred_above() 13888 const uint8_t *tmp = ctxt->tmp + (rel_mi_row * MI_SIZE * ctxt->tmp_stride); in calc_target_weighted_pred_left() 13902 tmp += ctxt->tmp_stride; in calc_target_weighted_pred_left() 13917 tmp16 += ctxt->tmp_stride; in calc_target_weighted_pred_left()
|
/external/libaom/libaom/av1/common/ |
D | idct.c | 285 int tmp_stride = MAX_TX_SIZE; in av1_inv_txfm_add_c() local 290 tmp[r * tmp_stride + c] = dst[r * stride + c]; in av1_inv_txfm_add_c() 294 av1_highbd_inv_txfm_add(dqcoeff, CONVERT_TO_BYTEPTR(tmp), tmp_stride, in av1_inv_txfm_add_c() 299 dst[r * stride + c] = (uint8_t)tmp[r * tmp_stride + c]; in av1_inv_txfm_add_c()
|
D | reconinter.c | 830 const int tmp_stride = ctxt->adjacent_stride[plane]; in build_obmc_inter_pred_above() local 836 tmp_stride, mask, bw, bh, xd->bd); in build_obmc_inter_pred_above() 838 aom_blend_a64_vmask(dst, dst_stride, dst, dst_stride, tmp, tmp_stride, in build_obmc_inter_pred_above() 865 const int tmp_stride = ctxt->adjacent_stride[plane]; in build_obmc_inter_pred_left() local 866 const uint8_t *const tmp = &ctxt->adjacent[plane][plane_row * tmp_stride]; in build_obmc_inter_pred_left() 871 tmp_stride, mask, bw, bh, xd->bd); in build_obmc_inter_pred_left() 873 aom_blend_a64_hmask(dst, dst_stride, dst, dst_stride, tmp, tmp_stride, in build_obmc_inter_pred_left() 915 ctxt->tmp_height[j], ctxt->tmp_stride[j], 0, rel_mi_col, in av1_setup_build_prediction_by_above_pred() 953 ctxt->tmp_height[j], ctxt->tmp_stride[j], rel_mi_row, 0, in av1_setup_build_prediction_by_left_pred()
|
D | reconinter.h | 92 int *tmp_stride; member
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_vp.c | 117 uint32_t tmp_stride; member 331 h->tmp_stride = dec->tmp_stride >> 8; in nouveau_vp3_fill_picparm_h264_vp() 332 assert(h->tmp_stride); in nouveau_vp3_fill_picparm_h264_vp()
|
D | nouveau_vp3_video.h | 114 unsigned fence_seq, fw_sizes, last_frame_num, tmp_stride, ref_stride; member
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video.c | 216 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2; in nv98_create_decoder() 217 tmp_size = dec->tmp_stride * (templ->max_references + 1); in nv98_create_decoder()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video.c | 238 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2; in nvc0_create_decoder() 239 tmp_size = dec->tmp_stride * (templ->max_references + 1); in nvc0_create_decoder()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 930 int tmp_height[MAX_MB_PLANE], int tmp_stride[MAX_MB_PLANE]) { in dec_build_prediction_by_above_preds() 943 tmp_stride, xd->mb_to_right_edge }; in dec_build_prediction_by_above_preds() 983 int tmp_height[MAX_MB_PLANE], int tmp_stride[MAX_MB_PLANE]) { in dec_build_prediction_by_left_preds() 996 tmp_stride, xd->mb_to_bottom_edge }; in dec_build_prediction_by_left_preds()
|