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

  /external/pdfium/third_party/libtiff/
tif_jpeg.c 1023 uint32 segment_width, segment_height; local
1054 segment_width = td->td_imagewidth;
1057 segment_width = td->td_tilewidth;
1070 segment_width = TIFFhowmany_32(segment_width, sp->h_sampling);
1073 if (sp->cinfo.d.image_width < segment_width ||
1078 segment_width, segment_height,
1082 if (sp->cinfo.d.image_width > segment_width ||
1093 segment_width, segment_height,
1766 uint32 segment_width, segment_height; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
concat_lib_gpu_impl.cu.cc 104 IntType segment_width = curr_col_offset - curr_offset; local
110 input_ptr[gidy * segment_width + local_col];
split_lib_gpu.cu.cc 154 IntType segment_width = curr_col_offset - curr_offset; local
159 output_ptr[gidy * segment_width + local_col] =
  /external/libxaac/decoder/
ixheaacd_huff_code_reorder.c 582 UWORD8 segment_width; local
605 segment_width = min(ptr_max_cw_len_tbl[sorted_code_book], longest_cw_len);
609 if ((segment_start + segment_width) <= reordered_spec_data_len) {
611 *arr_seg_start_r++ = intermediate_result + segment_width - 1;
612 *p_remaining_bits_in_seg++ = segment_width;
613 segment_start += segment_width;
    [all...]

Completed in 215 milliseconds