Searched refs:segment_width (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_jpeg.c | 1201 uint32_t segment_width, segment_height; in JPEGPreDecode() local 1234 segment_width = td->td_tilewidth; in JPEGPreDecode() 1240 segment_width = td->td_imagewidth; in JPEGPreDecode() 1252 segment_width = TIFFhowmany_32(segment_width, sp->h_sampling); in JPEGPreDecode() 1255 if (sp->cinfo.d.image_width < segment_width || in JPEGPreDecode() 1261 segment_width, segment_height, sp->cinfo.d.image_width, in JPEGPreDecode() 1264 if (sp->cinfo.d.image_width == segment_width && in JPEGPreDecode() 1275 segment_width, segment_height, sp->cinfo.d.image_width, in JPEGPreDecode() 1278 else if (sp->cinfo.d.image_width > segment_width || in JPEGPreDecode() 1290 segment_width, segment_height, sp->cinfo.d.image_width, in JPEGPreDecode() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | concat_lib_gpu_impl.cu.cc | 105 IntType segment_width = curr_col_offset - curr_offset; in concat_variable_kernel() local 111 input_ptr[gidy * segment_width + local_col]; in concat_variable_kernel()
|
H A D | split_lib_gpu.cu.cc | 156 IntType segment_width = curr_col_offset - curr_offset; in split_v_kernel() local 161 output_ptr[gidy * segment_width + local_col] = in split_v_kernel()
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_huff_code_reorder.c | 591 UWORD8 segment_width; in ixheaacd_hcr_prepare_segmentation_grid() local 614 segment_width = min(ptr_max_cw_len_tbl[sorted_code_book], longest_cw_len); in ixheaacd_hcr_prepare_segmentation_grid() 618 if ((segment_start + segment_width) <= reordered_spec_data_len) { in ixheaacd_hcr_prepare_segmentation_grid() 620 *arr_seg_start_r++ = intermediate_result + segment_width - 1; in ixheaacd_hcr_prepare_segmentation_grid() 621 *p_remaining_bits_in_seg++ = segment_width; in ixheaacd_hcr_prepare_segmentation_grid() 622 segment_start += segment_width; in ixheaacd_hcr_prepare_segmentation_grid()
|
/aosp_15_r20/external/walt/hardware/kicad/ |
H A D | WALTsm.kicad_pcb | 49 (segment_width 0.1524)
|