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()
1132 unsigned int col, row, tile_idx; in calc_tile_resize_coefficients() local
1142 tile_idx = col; in calc_tile_resize_coefficients()
1143 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1144 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1177 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1178 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1179 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1199 tile_idx = row * ctx->in.num_cols; in calc_tile_resize_coefficients()
1200 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1201 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1234 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1235 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1236 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1305 unsigned int tile_idx[2]; in init_idmac_channel() local
1308 tile_idx[0] = ctx->out_tile_map[tile]; in init_idmac_channel()
1309 tile_idx[1] = ctx->out_tile_map[1]; in init_idmac_channel()
1311 tile_idx[0] = tile; in init_idmac_channel()
1312 tile_idx[1] = 1; in init_idmac_channel()
1316 width = image->tile[tile_idx[0]].height; in init_idmac_channel()
1317 height = image->tile[tile_idx[0]].width; in init_idmac_channel()
1318 stride = image->tile[tile_idx[0]].rot_stride; in init_idmac_channel()
1323 width = image->tile[tile_idx[0]].width; in init_idmac_channel()
1324 height = image->tile[tile_idx[0]].height; in init_idmac_channel()
1327 image->tile[tile_idx[0]].offset; in init_idmac_channel()
1330 image->tile[tile_idx[1]].offset; in init_idmac_channel()
1343 tile_image.u_offset = image->tile[tile_idx[0]].u_off; in init_idmac_channel()
1344 tile_image.v_offset = image->tile[tile_idx[0]].v_off; in init_idmac_channel()