Searched refs:row_size (Results 1 – 9 of 9) sorted by relevance
239 const int row_size = (Colors * BitsPerComponent * Columns + 7) / 8; in PNG_PredictorEncode() local240 if (row_size <= 0) in PNG_PredictorEncode()242 const int row_count = (data_size + row_size - 1) / row_size; in PNG_PredictorEncode()243 const int last_row_size = data_size % row_size; in PNG_PredictorEncode()244 FX_LPBYTE dest_buf = FX_Alloc2D(FX_BYTE, row_size + 1, row_count); in PNG_PredictorEncode()251 int move_size = row_size; in PNG_PredictorEncode()261 for (int byte = 0; byte < row_size && byte_cnt < (int)data_size; byte++) { in PNG_PredictorEncode()276 up = pSrcData[byte - row_size]; in PNG_PredictorEncode()289 up = pSrcData[byte - row_size]; in PNG_PredictorEncode()302 up = pSrcData[byte - row_size]; in PNG_PredictorEncode()[all …]
77 int row_size; in icvDynamicCorrespond() local107 row_size = first_runs + 1; in icvDynamicCorrespond()139 costTable[baseIndex + row_size] = costTable[baseIndex] + Occlusion * (l_end - prev); in icvDynamicCorrespond()140 baseIndex += row_size; in icvDynamicCorrespond()196 min2 = costTable[i_1 + j * row_size] + Occlusion * l_len; in icvDynamicCorrespond()198 min3 = costTable[i + j_1 * row_size] + Occlusion * r_len; in icvDynamicCorrespond()200 min1 = costTable[i_1 + j_1 * row_size] + cost + (float) cost1; in icvDynamicCorrespond()233 costTable[i + j * row_size] = cmin; in icvDynamicCorrespond()234 matchEdges[i + j * row_size] = cpath; in icvDynamicCorrespond()251 switch (matchEdges[i + j * row_size]) in icvDynamicCorrespond()
6 size_t row_size = ylen * entry_size; in xyarray__new() local7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()11 xy->row_size = row_size; in xyarray__new()
7 size_t row_size; member17 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry()
73 uint32_t row_size = 64 * stride; in intel_offset_S8() local82 uintptr_t u = tile_y * row_size in intel_offset_S8()
101 uint32_t row_size; member549 surf_man->hw_info.row_size = 1024; in eg_init_hw_info()552 surf_man->hw_info.row_size = 2048; in eg_init_hw_info()555 surf_man->hw_info.row_size = 4096; in eg_init_hw_info()558 surf_man->hw_info.row_size = 4096; in eg_init_hw_info()967 surf->tile_split = surf_man->hw_info.row_size; in eg_surface_best()968 surf->stencil_tile_split = surf_man->hw_info.row_size / 2; in eg_surface_best()1263 surf_man->hw_info.row_size = 1024; in si_init_hw_info()1266 surf_man->hw_info.row_size = 2048; in si_init_hw_info()1269 surf_man->hw_info.row_size = 4096; in si_init_hw_info()[all …]
141 const int row_size = rows[row_begin + 1] - rows[row_begin]; in GetCovarianceBlock() local148 while (cols_begin[offset] != col_begin && offset < row_size) { in GetCovarianceBlock()152 if (offset == row_size) { in GetCovarianceBlock()173 row_size); in GetCovarianceBlock()