HomeSort by relevance Sort by last modified time
    Searched refs:y_height (Results 1 - 22 of 22) sorted by null

  /external/libvpx/vpx_scale/
yv12config.h 43 int y_height; member in struct:__anon8534
  /external/libvpx/vp8/common/
setupintrarecon.c 21 for (i = 0; i < ybf->y_height; i++)
asm_com_offsets.c 34 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
postproc.c 316 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
317 POSTPROC_INVOKE(rtcd, across)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q));
318 POSTPROC_INVOKE(rtcd, down)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q));
337 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
360 source->y_height - 4,
700 dest->y_height = oci->Height;
701 dest->uv_height = dest->y_height / 2;
739 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height,
762 int mb_rows = post->y_height >> 4;
794 int mb_rows = post->y_height >> 4
    [all...]
loopfilter.c 508 /*int mb_rows = post->y_height >> 4;*/
521 /*MODE_INFO * this_mb_mode_info = cm->mi + (post->y_height>>5) * (mb_cols + 1);*/ /* Point at base of Mb MODE_INFO list */
522 mbd->mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1); /* Point at base of Mb MODE_INFO list */
524 linestocopy = (post->y_height >> (4 + Fraction));
560 y_ptr = post->y_buffer + (post->y_height >> 5) * 16 * post->y_stride;
  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 34 yheight = src_ybc->y_height;
  /external/libvpx/vpx_scale/generic/
vpxscale.c 618 int dh = (vscale - 1 + src->y_height * vratio) / vscale;
621 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
629 if (dh < (int)dst->y_height)
630 for (i = dh - 1; i < (int)dst->y_height; i++)
642 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
654 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
    [all...]
yv12config.c 55 ybf->y_height = height;
yv12extend.c 40 plane_height = ybf->y_height;
165 plane_height = ybf->y_height;
232 for (row = 0; row < src_ybc->y_height; row++)
272 for (row = 0; row < src_ybc->y_height; row++)
bicubic_scaler.c 584 dst->y_height = new_height;
591 bicubic_scale(src->y_width, src->y_height, src->y_stride,
  /external/libvpx/vpx_scale/arm/nds/
yv12extend.c 56 plane_height = ybf->y_height;
184 int yplane_size = (src_ybc->y_height + 2 * src_ybc->border) * (src_ybc->y_stride);
199 yheight = src_ybc->y_height;
  /external/libvpx/vp8/encoder/
picklpf.c 51 yheight = src_ybc->y_height;
76 int linestocopy = (source->y_height >> (Fraction + 4));
85 srcoffset = source->y_stride * (dest->y_height >> 5) * 16;
86 dstoffset = dest->y_stride * (dest->y_height >> 5) * 16;
ssim.c 215 int ysize = source->y_width * source->y_height;
219 source->y_width, source->y_height,
393 source->y_height, rtcd);
firstpass.c 222 i = source->y_height;
235 sum_weights /= (source->y_height * source->y_width);
1345 int y_height = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_height; local
    [all...]
onyx_if.c     [all...]
  /external/libvpx/vp8/
vp8_dx_iface.c 428 unsigned int a_h = (sd.y_height + 15) & ~15;
437 sd.y_width, sd.y_height);
559 yv12->y_height = img->d_h;
561 yv12->uv_height = yv12->y_height / 2;
vp8_cx_iface.c 580 yv12->y_height = img->d_h;
582 yv12->uv_height = (1 + yv12->y_height) / 2;
904 sd.y_height + 2*VP8BORDERINPIXELS,
909 sd.y_width, sd.y_height);
926 ctx->preview_img.d_h = sd.y_height;
931 ctx->preview_img.h = sd.y_height;
    [all...]
  /external/libvpx/vp8/decoder/
onyxd_if.c 484 sd->y_height = pbi->common.Height;
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copysrcframe_func_neon.asm 103 ;copy last line for Y if y_height is odd
vp8_vpxyv12_copyframeyonly_neon.asm 23 ; Note: this is VP8 function, which has border=32 and 16. Internal y_width and y_height
vp8_vpxyv12_extendframeborders_neon.asm 21 ;Note: this is VP8 function, which has border=32 and 16. Internal y_width and y_height
  /external/freetype/src/raster/
ftraster.c 2920 Short y, y_change, y_height; local
    [all...]

Completed in 478 milliseconds