Lines Matching refs:tile_idx

672 	unsigned int row, tile_idx;  in fill_tile_column()  local
676 tile_idx = in->num_cols * row + col; in fill_tile_column()
677 in_tile = &in->tile[tile_idx]; in fill_tile_column()
678 out_tile = &out->tile[ctx->out_tile_map[tile_idx]]; in fill_tile_column()
704 unsigned int col, tile_idx; in fill_tile_row() local
708 tile_idx = in->num_cols * row + col; in fill_tile_row()
709 in_tile = &in->tile[tile_idx]; in fill_tile_row()
710 out_tile = &out->tile[ctx->out_tile_map[tile_idx]]; in fill_tile_row()
1128 unsigned int col, row, tile_idx; in calc_tile_resize_coefficients() local
1138 tile_idx = col; in calc_tile_resize_coefficients()
1139 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1140 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1173 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1174 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1175 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1195 tile_idx = row * ctx->in.num_cols; in calc_tile_resize_coefficients()
1196 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1197 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1230 tile_idx = row * ctx->in.num_cols + col; in calc_tile_resize_coefficients()
1231 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()
1232 out_tile = &ctx->out.tile[ctx->out_tile_map[tile_idx]]; in calc_tile_resize_coefficients()
1301 unsigned int tile_idx[2]; in init_idmac_channel() local
1304 tile_idx[0] = ctx->out_tile_map[tile]; in init_idmac_channel()
1305 tile_idx[1] = ctx->out_tile_map[1]; in init_idmac_channel()
1307 tile_idx[0] = tile; in init_idmac_channel()
1308 tile_idx[1] = 1; in init_idmac_channel()
1312 width = image->tile[tile_idx[0]].height; in init_idmac_channel()
1313 height = image->tile[tile_idx[0]].width; in init_idmac_channel()
1314 stride = image->tile[tile_idx[0]].rot_stride; in init_idmac_channel()
1319 width = image->tile[tile_idx[0]].width; in init_idmac_channel()
1320 height = image->tile[tile_idx[0]].height; in init_idmac_channel()
1323 image->tile[tile_idx[0]].offset; in init_idmac_channel()
1326 image->tile[tile_idx[1]].offset; in init_idmac_channel()
1339 tile_image.u_offset = image->tile[tile_idx[0]].u_off; in init_idmac_channel()
1340 tile_image.v_offset = image->tile[tile_idx[0]].v_off; in init_idmac_channel()