Searched refs:segment_width (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dconcat_lib_gpu_impl.cu.cc104 IntType segment_width = curr_col_offset - curr_offset; local
110 input_ptr[gidy * segment_width + local_col];
H A Dsplit_lib_gpu.cu.cc154 IntType segment_width = curr_col_offset - curr_offset; local
159 output_ptr[gidy * segment_width + local_col] =
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c1023 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_heigh local
[all...]
/external/libxaac/decoder/
H A Dixheaacd_huff_code_reorder.c582 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;

Completed in 148 milliseconds