HomeSort by relevance Sort by last modified time
    Searched defs:bit_depth (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/libhevc/common/
ihevc_chroma_iquant_recon.c 131 WORD32 log2_trans_size, bit_depth; local
134 bit_depth = 8 + 0;
135 shift_iq = bit_depth + log2_trans_size - 5;
243 WORD32 log2_trans_size, bit_depth; local
246 bit_depth = 8 + 0;
247 shift_iq = bit_depth + log2_trans_size - 5;
356 WORD32 log2_trans_size, bit_depth; local
359 bit_depth = 8 + 0;
360 shift_iq = bit_depth + log2_trans_size - 5;
ihevc_chroma_iquant_itrans_recon.c 142 WORD32 log2_trans_size, bit_depth; local
145 bit_depth = 8 + 0;
146 shift_iq = bit_depth + log2_trans_size - 5;
ihevc_iquant_recon.c 125 WORD32 log2_trans_size, bit_depth; local
128 bit_depth = 8 + 0;
129 shift_iq = bit_depth + log2_trans_size - 5;
237 WORD32 log2_trans_size, bit_depth; local
240 bit_depth = 8 + 0;
241 shift_iq = bit_depth + log2_trans_size - 5;
348 WORD32 log2_trans_size, bit_depth; local
351 bit_depth = 8 + 0;
352 shift_iq = bit_depth + log2_trans_size - 5;
460 WORD32 log2_trans_size, bit_depth; local
571 WORD32 log2_trans_size, bit_depth; local
    [all...]
ihevc_iquant_itrans_recon.c 133 WORD32 log2_trans_size, bit_depth; local
136 bit_depth = 8 + 0;
137 shift_iq = bit_depth + log2_trans_size - 5;
342 WORD32 log2_trans_size, bit_depth; local
345 bit_depth = 8 + 0;
346 shift_iq = bit_depth + log2_trans_size - 5;
ihevc_sao.c 202 WORD32 bit_depth; local
205 bit_depth = BIT_DEPTH_LUMA;
248 pu1_src[col] = CLIP3(pu1_src[col] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1);
286 WORD32 bit_depth; local
289 bit_depth = BIT_DEPTH_CHROMA;
347 pu1_src[col] = CLIP3(pu1_src[col] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1);
382 WORD32 bit_depth; local
386 bit_depth = BIT_DEPTH_LUMA;
440 pu1_src[col] = CLIP3(pu1_src[col] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1);
476 WORD32 bit_depth; local
579 WORD32 bit_depth; local
768 WORD32 bit_depth; local
1001 WORD32 bit_depth; local
1177 WORD32 bit_depth; local
    [all...]
  /external/autotest/client/deps/glbench/src/
png_helper.cc 33 png_byte bit_depth = 8; // 8 bits per channel RGBA local
69 bit_depth, color_type, PNG_INTERLACE_NONE,
  /external/libpng/contrib/gregbook/
readppm.c 68 int bit_depth, color_type, channels; variable
119 bit_depth = 8;
readpng.c 73 int bit_depth, color_type; variable
136 * etc., but want bit_depth and color_type for later [don't care about
139 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
183 if (bit_depth == 16) {
187 } else if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
188 if (bit_depth == 1)
190 else if (bit_depth == 2)
192 else /* bit_depth == 4 */
234 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
239 if (bit_depth == 16
    [all...]
readpng2.c 219 int color_type, bit_depth; local
260 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
282 if (bit_depth == 16) {
286 } else if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
287 if (bit_depth == 1)
290 else if (bit_depth == 2)
293 else /* bit_depth == 4 */
312 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
317 if (bit_depth == 16)
  /external/libvpx/libvpx/
y4minput.h 62 unsigned int bit_depth; member in struct:y4m_input
tools_common.h 95 vpx_bit_depth_t bit_depth; member in struct:VpxInputContext
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 152 int bit_depth, color_type; local
158 &bit_depth, &color_type, 0, 0, 0 );
167 m_bit_depth = bit_depth;
  /external/libpng/contrib/examples/
pngpixel.c 35 unsigned int bit_depth, unsigned int channels)
42 png_uint_32 bit_offset_hi = bit_depth * ((x >> 6) * channels);
43 png_uint_32 bit_offset_lo = bit_depth * ((x & 0x3f) * channels + c);
53 switch (bit_depth)
64 fprintf(stderr, "pngpixel: invalid bit depth %u\n", bit_depth);
76 PNG_CONST unsigned int bit_depth = png_get_bit_depth(png_ptr, info_ptr); local
81 printf("GRAY %u\n", component(row, x, 0, bit_depth, 1));
90 PNG_CONST int index = component(row, x, 0, bit_depth, 1);
119 printf("RGB %u %u %u\n", component(row, x, 0, bit_depth, 3),
120 component(row, x, 1, bit_depth, 3)
183 int bit_depth, color_type, interlace_method, local
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 206 int bit_depth; local
253 &width, &height, &bit_depth, &color_type,
262 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
270 if (bit_depth == 16)
287 png_get_IHDR (png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
291 if (bit_depth == 16)
358 fprintf (pnm_file, "%ld\n", ((1L << (int) bit_depth) - 1L));
365 fprintf (pnm_file, "%ld\n", ((1L << (int) bit_depth) - 1L));
376 fprintf (alpha_file, "%ld\n", ((1L << (int) bit_depth) - 1L));
391 if (bit_depth == 16)
    [all...]
pnm2png.c 211 volatile int bit_depth = 0; local
241 bit_depth = 1;
263 bit_depth = 1;
265 bit_depth = 2;
267 bit_depth = 4;
269 bit_depth = 8;
271 bit_depth = 16;
287 bit_depth = 1;
289 bit_depth = 2;
291 bit_depth = 4
    [all...]
  /external/libvpx/libvpx/test/
vp9_end_to_end_test.cc 42 vpx_bit_depth_t bit_depth; member in struct:__anon16466::__anon16467
162 cfg_.g_bit_depth = test_video_param_.bit_depth;
y4m_test.cc 31 unsigned int bit_depth; member in struct:__anon16477::Y4mTestParam
93 void HeaderChecks(unsigned int bit_depth, vpx_img_fmt_t fmt) {
99 ASSERT_EQ(y4m_.bit_depth, bit_depth);
102 ASSERT_EQ(y4m_.bps, (int)y4m_.bit_depth * 3 / 2);
107 ASSERT_EQ(y4m_.bps, (int)y4m_.bit_depth * 2);
112 ASSERT_EQ(y4m_.bps, (int)y4m_.bit_depth * 3);
133 HeaderChecks(t.bit_depth, t.format);
168 y4m_.bit_depth);
189 HeaderChecks(t.bit_depth, t.format)
    [all...]
vp9_arf_freq_test.cc 36 vpx_bit_depth_t bit_depth; member in struct:__anon16458::__anon16459
198 cfg_.g_bit_depth = test_video_param_.bit_depth;
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 57 unsigned int bit_depth; member in struct:yv12_buffer_config
  /bootable/recovery/minui/
resources.cpp 52 int color_type, bit_depth; local
95 png_get_IHDR(*png_ptr, *info_ptr, width, height, &bit_depth,
100 if (bit_depth == 8 && *channels == 3 && color_type == PNG_COLOR_TYPE_RGB) {
102 } else if (bit_depth <= 8 && *channels == 1 && color_type == PNG_COLOR_TYPE_GRAY) {
105 } else if (bit_depth <= 8 && *channels == 1 && color_type == PNG_COLOR_TYPE_PALETTE) {
114 bit_depth, *channels, color_type);
  /development/tools/etc1tool/
etc1tool.cpp 195 int bit_depth, color_type; local
196 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth,
  /external/libpng/
pnginfo.h 65 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member in struct:png_info_def
134 * in the pixel data. Values are in the range [1, bit_depth], and are
201 * The integer range [0, 2^bit_depth - 1] maps to the floating-point
  /external/opencv3/3rdparty/libpng/
pnginfo.h 66 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member in struct:png_info_def
122 * in the pixel data. Values are in the range [1, bit_depth], and are
206 * The integer range [0, 2^bit_depth - 1] maps to the floating-point
  /external/opencv3/modules/imgcodecs/src/
grfmt_png.cpp 174 int bit_depth, color_type, num_trans=0; local
181 &bit_depth, &color_type, 0, 0, 0 );
186 m_bit_depth = bit_depth;
188 if( bit_depth <= 8 || bit_depth == 16 )
209 if( bit_depth == 16 )
grfmt_pxm.cpp 196 int bit_depth = CV_ELEM_SIZE1(m_type)*8; local
197 int src_pitch = (m_width*m_bpp*bit_depth/8 + 7)/8;
211 if( bit_depth == 8 )
269 if( bit_depth == 8 )
278 if( bit_depth == 16 && !isBigEndian() )
289 if( img.depth() == CV_8U && bit_depth == 16 )
313 memcpy( data, src, m_width*(bit_depth/8) );

Completed in 368 milliseconds

1 2 3 4