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

  /external/libaom/libaom/aom_scale/mips/dspr2/
yv12extend_dspr2.c 105 static void extend_frame(YV12_BUFFER_CONFIG *const ybf, int ext_size) {
110 const int c_et = ext_size >> ss_y;
111 const int c_el = ext_size >> ss_x;
121 ybf->y_crop_height, ext_size, ext_size,
122 ext_size + ybf->y_height - ybf->y_crop_height,
123 ext_size + ybf->y_width - ybf->y_crop_width);
  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 103 static void extend_frame(YV12_BUFFER_CONFIG *const ybf, int ext_size) {
108 const int c_et = ext_size >> ss_y;
109 const int c_el = ext_size >> ss_x;
119 ybf->y_crop_height, ext_size, ext_size,
120 ext_size + ybf->y_height - ybf->y_crop_height,
121 ext_size + ybf->y_width - ybf->y_crop_width);
  /external/u-boot/arch/x86/include/asm/fsp/
fsp_ffs.h 95 * If FFS_ATTRIB_LARGE_FILE is set in attr, then ext_size exists
100 u32 ext_size; member in struct:ffs_file_header2
146 * If size is 0xFFFFFF, then ext_size contains the size of
150 u32 ext_size; member in struct:raw_section2
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 131 static void extend_frame(YV12_BUFFER_CONFIG *const ybf, int ext_size) {
136 const int c_et = ext_size >> ss_y;
137 const int c_el = ext_size >> ss_x;
149 ybf->y_crop_height, ext_size, ext_size,
150 ext_size + ybf->y_height - ybf->y_crop_height,
151 ext_size + ybf->y_width - ybf->y_crop_width);
160 ybf->y_crop_height, ext_size, ext_size,
161 ext_size + ybf->y_height - ybf->y_crop_height
    [all...]
  /external/webrtc/webrtc/common_audio/
wav_header.cc 198 int16_t ext_size; local
199 if (kFmtSubchunkSize + sizeof(ext_size) != fmt_size)
201 if (readable->Read(&ext_size, sizeof(ext_size)) != sizeof(ext_size))
203 if (ext_size != 0)
  /external/libaom/libaom/aom_scale/generic/
yv12extend.c 134 static void extend_frame(YV12_BUFFER_CONFIG *const ybf, int ext_size,
147 const int top = ext_size >> (is_uv ? ss_y : 0);
148 const int left = ext_size >> (is_uv ? ss_x : 0);
159 const int top = ext_size >> (is_uv ? ss_y : 0);
160 const int left = ext_size >> (is_uv ? ss_x : 0);
182 int ext_size = ybf->border; local
190 ybf->y_crop_height, ext_size, ext_size,
191 ext_size + ybf->y_height - ybf->y_crop_height,
192 ext_size + ybf->y_width - ybf->y_crop_width)
    [all...]
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 352 size_t ext_size; local
353 if (!ParseSyncsafeInteger(mData, &ext_size)) {
360 if (ext_size < 6 || ext_size > mSize) {
367 mFirstFrameOffset = ext_size;
  /external/libaom/libaom/av1/common/
restoration.c 1197 const int ext_size = unit_size * 3 \/ 2; local
1250 const int ext_size = unit_size * 3 \/ 2; local
    [all...]
thread_common.c 719 const int ext_size = unit_size * 3 / 2; local
724 int h = (remaining_h < ext_size) ? remaining_h : unit_size;
  /external/pdfium/core/fxge/dib/
cstretchengine.cpp 46 const int ext_size = flags & FXDIB_BICUBIC_INTERPOL ? 3 : 1;
50 (ceil(fabs(static_cast<float>(scale))) + ext_size));
  /external/ipsec-tools/src/libipsec/
key_debug.c 745 "ext_size:%u ext_ref:%p }\n",
747 m->m_ext.ext_size, m->m_ext.ext_ref);

Completed in 1023 milliseconds