HomeSort by relevance Sort by last modified time
    Searched defs:dst_h (Results 1 - 17 of 17) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_frame_scale.c 75 const int dst_h = dst_hs[i]; local
78 for (y = 0; y < dst_h; y += 3) {
93 const int dst_h = dst->y_crop_height; local
98 for (y = 0; y < dst_h; y += 16) {
99 const int y_q4 = y * (16 / factor) * src_h / dst_h + phase_scaler;
103 (y / factor) * src_h / dst_h * src_stride +
109 16 * src_h / dst_h, 16 / factor, 16 / factor);
vp9_encoder.c 2848 const int dst_h = dst->y_crop_height; local
2874 16 * src_h \/ dst_h, 16 \/ factor, 16 \/ factor, local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 712 const int dst_h = dst->y_crop_height; local
714 const int dst_uv_h = dst_h / 2;
720 if (2 * dst_w == src_w && 2 * dst_h == src_h) {
725 dst->y_stride, dst_w, dst_h);
734 dst->y_stride, dst_w, dst_h, c0, c1);
741 const int buffer_height = (2 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7;
747 dst_h, vp9_filter_kernels[filter_type][phase_scaler], temp_buffer);
761 } else if (4 * dst_w == src_w && 4 * dst_h == src_h) {
766 dst->y_stride, dst_w, dst_h);
775 dst->y_stride, dst_w, dst_h, c0, c1)
    [all...]
  /external/mesa3d/src/mesa/main/
copyimage.c 609 GLuint src_w, src_h, dst_w, dst_h; local
638 &dstIntFormat, &dst_w, &dst_h, &dst_num_samples,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_copyimage.c 555 unsigned dst_h = src_h; local
560 dst_h = DIV_ROUND_UP(dst_h, 4);
563 dst_h *= 4;
577 dst_x, dst_y, dst_w, dst_h,
582 dst_x, dst_y, dst_w, dst_h,