HomeSort by relevance Sort by last modified time
    Searched refs:bit_depth (Results 126 - 150 of 181) sorted by null

1 2 3 4 56 7 8

  /external/libpng/
pngwrite.c 108 info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,
642 if (row_info->bit_depth == 8)
664 else if (row_info->bit_depth == 16)
830 row_info.bit_depth = png_ptr->usr_bit_depth;
831 row_info.pixel_depth = (png_byte)(row_info.bit_depth * row_info.channels);
837 png_debug1(3, "row_info->bit_depth = %d", row_info.bit_depth);
    [all...]
pngrutil.c 843 int bit_depth, color_type, compression_type, filter_type; local
862 bit_depth = buf[8];
871 png_ptr->bit_depth = (png_byte)bit_depth;
902 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth * png_ptr->channels);
904 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth);
907 png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth,
983 max_palette_length = (1 << png_ptr->bit_depth);
    [all...]
pngpriv.h     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c     [all...]
vp9_onyxc_int.h 231 vpx_bit_depth_t bit_depth; member in struct:VP9Common
232 vpx_bit_depth_t dequant_bit_depth; // bit_depth of current dequantizer
  /external/pdfium/third_party/libpng16/
pngwrite.c 108 info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,
631 if (row_info->bit_depth == 8)
653 else if (row_info->bit_depth == 16)
819 row_info.bit_depth = png_ptr->usr_bit_depth;
820 row_info.pixel_depth = (png_byte)(row_info.bit_depth * row_info.channels);
826 png_debug1(3, "row_info->bit_depth = %d", row_info.bit_depth);
    [all...]
pngrutil.c 833 int bit_depth, color_type, compression_type, filter_type; local
852 bit_depth = buf[8];
861 png_ptr->bit_depth = (png_byte)bit_depth;
892 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth * png_ptr->channels);
894 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth);
897 png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth,
973 max_palette_length = (1 << png_ptr->bit_depth);
    [all...]
pngpriv.h     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 475 static int find_fp_qindex(vpx_bit_depth_t bit_depth) {
479 if (vp9_convert_qindex_to_q(i, bit_depth) >= FIRST_PASS_Q) break;
503 switch (cm->bit_depth) {
509 "cm->bit_depth should be VPX_BITS_8, "
529 switch (cm->bit_depth) {
535 "cm->bit_depth should be VPX_BITS_8, "
550 switch (cm->bit_depth) {
556 "cm->bit_depth should be VPX_BITS_8, "
    [all...]
  /external/libvpx/libvpx/test/
vp9_quantize_test.cc 72 VP9QuantizeBase(vpx_bit_depth_t bit_depth, int max_size, bool is_fp)
73 : bit_depth_(bit_depth), max_size_(max_size), is_fp_(is_fp) {
  /external/syslinux/com32/lib/libpng/
pngrutil.c 438 int bit_depth, color_type, compression_type, filter_type; local
457 bit_depth = buf[8];
466 png_ptr->bit_depth = (png_byte)bit_depth;
496 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
499 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth);
502 png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth,
    [all...]
pngwrite.c 50 info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,
906 png_ptr->row_info.bit_depth = png_ptr->usr_bit_depth;
907 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
916 png_debug1(3, "row_info->bit_depth = %d", png_ptr->row_info.bit_depth);
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 692 FT_Byte bit_depth; member in struct:TT_SBit_StrikeRec_
    [all...]
  /external/libhevc/common/
ihevc_chroma_intra_pred.h 229 UWORD8 bit_depth);
  /external/libxcam/modules/ocl/
cl_3a_stats_context.cpp 132 printf ("********frame(%d) debug 3a stats(%dbits) \n", frames, stats_ptr->info.bit_depth);
  /hardware/qcom/msm8996/kernel-headers/sound/
compress_params.h 257 __u8 bit_depth; member in struct:snd_dec_alac
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_params.h 368 __u8 bit_depth; member in struct:snd_dec_alac
  /hardware/qcom/msm8998/kernel-headers/sound/
compress_params.h 261 __u8 bit_depth; member in struct:snd_dec_alac
  /hardware/qcom/msm8998/original-kernel-headers/sound/
compress_params.h 375 __u8 bit_depth; member in struct:snd_dec_alac
  /hardware/qcom/msm8x09/kernel-headers/sound/
compress_params.h 257 __u8 bit_depth; member in struct:snd_dec_alac
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
compress_params.h 368 __u8 bit_depth; member in struct:snd_dec_alac
  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 167 WORD32 bit_depth; local
169 bit_depth = 8 + 0;
170 shift_iq = bit_depth + log2_trans_size - 5;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 849 void set_bit_depth(uint64_t bit_depth) { bit_depth_ = bit_depth; }
850 uint64_t bit_depth() const { return bit_depth_; } function in class:mkvmuxer::AudioTrack
    [all...]
  /external/libhevc/common/x86/
ihevc_sao_ssse3_intr.c 2501 WORD32 bit_depth; local
3262 WORD32 bit_depth; local
4091 WORD32 bit_depth; local
4866 WORD32 bit_depth; local
    [all...]
  /external/syslinux/com32/include/
png.h 1155 png_byte bit_depth; \/* bit depth of row *\/ member in struct:png_row_info_struct
    [all...]

Completed in 558 milliseconds

1 2 3 4 56 7 8