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

1 2 3

  /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 32 png_byte bit_depth = 8; // 8 bits per channel RGBA local
68 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 220 int color_type, bit_depth; local
261 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
283 if (bit_depth == 16) {
287 } else if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
288 if (bit_depth == 1)
291 else if (bit_depth == 2)
294 else /* bit_depth == 4 */
313 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
318 if (bit_depth == 16)
  /external/libvpx/libvpx/third_party/libwebm/common/
hdr_util.h 40 bit_depth(kValueNotPresent),
46 int bit_depth; member in struct:libwebm::Vp9CodecFeatures
  /external/tensorflow/tensorflow/core/lib/png/
png_io.h 53 int bit_depth; member in struct:tensorflow::png::DecodeContext
  /external/libpng/contrib/oss-fuzz/
libpng_read_fuzzer.cc 150 int bit_depth, color_type, interlace_type, compression_type; local
154 &height, &bit_depth, &color_type, &interlace_type,
  /external/libvpx/libvpx/test/
vp9_intrapred_test.cc 38 bit_depth(bit_depth_value) {}
43 int bit_depth; member in struct:__anon26066::IntraPredParam
86 mask_ = (1 << params_.bit_depth) - 1;
443 bit_depth(bit_depth_value) {}
448 int bit_depth; member in struct:__anon26066::HighbdIntraPredParam
453 const int bit_depth = params_.bit_depth; local
454 params_.ref_fn(ref_dst_, stride_, above_row_, left_col_, bit_depth);
456 params_.pred_fn(dst_, stride_, above_row_, left_col_, bit_depth));
    [all...]
vp9_end_to_end_test.cc 38 vpx_bit_depth_t bit_depth; member in struct:__anon26063::__anon26064
153 cfg_.g_bit_depth = test_video_param_.bit_depth;
y4m_test.cc 31 unsigned int bit_depth; member in struct:__anon26072::Y4mTestParam
92 void HeaderChecks(unsigned int bit_depth, vpx_img_fmt_t fmt) {
98 ASSERT_EQ(y4m_.bit_depth, bit_depth);
101 ASSERT_EQ(y4m_.bps, (int)y4m_.bit_depth * 3 / 2);
106 ASSERT_EQ(y4m_.bps, (int)y4m_.bit_depth * 2);
111 ASSERT_EQ(y4m_.bps, (int)y4m_.bit_depth * 3);
132 HeaderChecks(t.bit_depth, t.format);
164 y4m_.vpx_fmt, y4m_.bit_depth);
185 HeaderChecks(t.bit_depth, t.format)
    [all...]
  /external/libvpx/libvpx/
y4minput.h 56 unsigned int bit_depth; member in struct:y4m_input
  /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;
  /bootable/recovery/tests/manual/
recovery_test.cpp 162 int color_type, bit_depth; variable
163 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, nullptr, nullptr,
168 if (bit_depth <= 8) {
  /external/honggfuzz/examples/libpng/
persistent-png.c 119 int bit_depth, color_type, interlace_method, compression_method, filter_method, unit_type, num_palette, num_text; local
123 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_method,
  /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 219 int bit_depth; local
266 &width, &height, &bit_depth, &color_type,
275 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
283 if (bit_depth == 16)
300 png_get_IHDR (png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
304 if (bit_depth == 16)
378 fprintf (pnm_file, "%ld\n", ((1L << (int) bit_depth) - 1L));
385 fprintf (pnm_file, "%ld\n", ((1L << (int) bit_depth) - 1L));
396 fprintf (alpha_file, "%ld\n", ((1L << (int) bit_depth) - 1L));
411 if (bit_depth == 16)
    [all...]
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 57 unsigned int bit_depth; member in struct:yv12_buffer_config
  /external/libxcam/xcore/base/
xcam_3a_stats.h 34 uint32_t bit_depth; member in struct:_XCam3AStatsInfo
  /bootable/recovery/minui/
resources.cpp 142 int bit_depth; local
143 png_get_IHDR(png_ptr_, info_ptr_, &width_, &height_, &bit_depth, &color_type, nullptr, nullptr,
148 if (bit_depth == 8 && channels_ == 3 && color_type == PNG_COLOR_TYPE_RGB) {
150 } else if (bit_depth <= 8 && channels_ == 1 && color_type == PNG_COLOR_TYPE_GRAY) {
153 } else if (bit_depth <= 8 && channels_ == 1 && color_type == PNG_COLOR_TYPE_PALETTE) {
161 fprintf(stderr, "minui doesn't support PNG depth %d channels %d color_type %d\n", bit_depth,
  /development/tools/etc1tool/
etc1tool.cpp 195 int bit_depth, color_type; local
196 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth,

Completed in 395 milliseconds

1 2 3