Searched defs:ext_size (Results 1 - 4 of 4) sorted by relevance

/external/grub/stage2/
H A Dfsys_vstafs.c193 int ext_size; local
210 ext_size = a[0].a_len * 512 - VSTAFS_START_DATA;
211 offset = filepos - ext_size;
215 curr_len -= ext_size;
216 offset -= ext_size;
217 ext_size = a[extent+1].a_len * 512;
219 while (extent < FILE_INFO->extents && offset>ext_size);
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c86 int ext_size) {
89 const int c_et = ext_size >> subsampling_y;
90 const int c_el = ext_size >> subsampling_x;
91 const int c_eb = (ext_size + ybf->y_height - ybf->y_crop_height +
93 const int c_er = (ext_size + ybf->y_width - ybf->y_crop_width +
103 ext_size, ext_size,
104 ext_size + ybf->y_height - ybf->y_crop_height,
105 ext_size + ybf->y_width - ybf->y_crop_width);
84 extend_frame(YV12_BUFFER_CONFIG *const ybf, int subsampling_x, int subsampling_y, int ext_size) argument
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c109 int ext_size) {
112 const int c_et = ext_size >> subsampling_y;
113 const int c_el = ext_size >> subsampling_x;
114 const int c_eb = (ext_size + ybf->y_height - ybf->y_crop_height +
116 const int c_er = (ext_size + ybf->y_width - ybf->y_crop_width +
126 ext_size, ext_size,
127 ext_size + ybf->y_height - ybf->y_crop_height,
128 ext_size + ybf->y_width - ybf->y_crop_width);
107 extend_frame(YV12_BUFFER_CONFIG *const ybf, int subsampling_x, int subsampling_y, int ext_size) argument
/external/qemu/block/
H A Dqcow2.c714 size_t ext_size = header_size - sizeof(QCowHeader); local
715 uint8_t buf[ext_size];
738 ret = bdrv_pwrite_sync(bs->file, sizeof(QCowHeader), buf, ext_size);

Completed in 182 milliseconds