Lines Matching refs:tile_idx
673 unsigned int row, tile_idx; in fill_tile_column() local
677 tile_idx = in->num_cols * row + col; in fill_tile_column()
678 in_tile = &in->tile[tile_idx]; in fill_tile_column()
679 out_tile = &out->tile[ctx->out_tile_map[tile_idx]]; in fill_tile_column()
705 unsigned int col, tile_idx; in fill_tile_row() local
709 tile_idx = in->num_cols * row + col; in fill_tile_row()
710 in_tile = &in->tile[tile_idx]; in fill_tile_row()
711 out_tile = &out->tile[ctx->out_tile_map[tile_idx]]; in fill_tile_row()
1129 unsigned int col, row, tile_idx; in calc_tile_resize_coefficients() local
1139 tile_idx = col; in calc_tile_resize_coefficients()
1140 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1141 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1174 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1175 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1176 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1196 tile_idx = row * ctx->in.num_cols; in calc_tile_resize_coefficients()
1197 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1198 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1231 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1232 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1233 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1302 unsigned int tile_idx[2]; in init_idmac_channel() local
1305 tile_idx[0] = ctx->out_tile_map[tile]; in init_idmac_channel()
1306 tile_idx[1] = ctx->out_tile_map[1]; in init_idmac_channel()
1308 tile_idx[0] = tile; in init_idmac_channel()
1309 tile_idx[1] = 1; in init_idmac_channel()
1313 width = image->tile[tile_idx[0]].height; in init_idmac_channel()
1314 height = image->tile[tile_idx[0]].width; in init_idmac_channel()
1315 stride = image->tile[tile_idx[0]].rot_stride; in init_idmac_channel()
1320 width = image->tile[tile_idx[0]].width; in init_idmac_channel()
1321 height = image->tile[tile_idx[0]].height; in init_idmac_channel()
1324 image->tile[tile_idx[0]].offset; in init_idmac_channel()
1327 image->tile[tile_idx[1]].offset; in init_idmac_channel()
1340 tile_image.u_offset = image->tile[tile_idx[0]].u_off; in init_idmac_channel()
1341 tile_image.v_offset = image->tile[tile_idx[0]].v_off; in init_idmac_channel()