Searched refs:d_h (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/vpx/src/ |
D | vpx_image.c | 19 unsigned int d_h, in img_alloc_helper() argument 99 h = (d_h + align) & ~align; in img_alloc_helper() 141 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h)) in img_alloc_helper() 152 unsigned int d_h, in vpx_img_alloc() argument 155 return img_alloc_helper(img, fmt, d_w, d_h, stride_align, NULL); in vpx_img_alloc() 161 unsigned int d_h, in vpx_img_wrap() argument 165 return img_alloc_helper(img, fmt, d_w, d_h, stride_align, img_data); in vpx_img_wrap() 179 img->d_h = h; in vpx_img_set_rect() 237 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y]; in vpx_img_flip() 240 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1) in vpx_img_flip() [all …]
|
/external/libvpx/vpx/ |
D | vpx_image.h | 107 unsigned int d_h; /**< Displayed image height */ member 172 unsigned int d_h, 197 unsigned int d_h,
|
/external/libvpx/examples/ |
D | decode_to_md5.txt | 37 for(y=0; y<img->d_h >> (plane?1:0); y++) { 46 fprintf(outfile, " img-%dx%d-%04d.i420\n", img->d_w, img->d_h,
|
D | decoder_tmpl.txt | 50 for(y=0; y<img->d_h >> (plane?1:0); y++) {
|
/external/libvpx/vpx_scale/generic/ |
D | bicubic_scaler.c | 305 int gcd_w, gcd_h, gcd_h_uv, d_w, d_h, d_h_uv; in bicubic_coefficient_setup() local 339 d_h = in_height / gcd_h; in bicubic_coefficient_setup() 409 product_val += d_h; in bicubic_coefficient_setup() 444 phase_offset = (float)((i * d_h) % g_nh) / (float)g_nh; in bicubic_coefficient_setup() 477 g_b_scaler.l_h[i] = (i * d_h) / g_b_scaler.nh; in bicubic_coefficient_setup()
|
/external/libvpx/ |
D | vpxdec.c | 632 unsigned int d_w, unsigned int d_h, in generate_filename() argument 651 case 'h': snprintf(q, q_len - 1, "%d", d_h); break; in generate_filename() 1060 img->d_w, img->d_h, frame_in); in main() 1068 for (y = 0; y < img->d_h; y++) in main() 1076 for (y = 0; y < (1 + img->d_h) / 2; y++) in main() 1084 for (y = 0; y < (1 + img->d_h) / 2; y++) in main()
|
D | vpxenc.c | 302 int h = (plane ? (1 + img->d_h) / 2 : img->d_h); in read_frame()
|
D | y4minput.c | 865 _img->h=_img->d_h=_y4m->pic_h; in y4m_input_fetch_frame()
|
/external/libvpx/vp8/ |
D | vp8_cx_iface.c | 241 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h)) in validate_img() 580 yv12->y_height = img->d_h; in image2yuvconfig() 926 ctx->preview_img.d_h = sd.y_height; in vp8e_get_preview()
|
D | vp8_dx_iface.c | 559 yv12->y_height = img->d_h; in image2yuvconfig()
|