Lines Matching refs:tile_width
519 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed() argument
525 VP8LCollectColorRedTransforms(argb, stride, tile_width, tile_height, in GetPredictionCostCrossColorRed()
542 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed() argument
549 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
560 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
572 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue() argument
578 VP8LCollectColorBlueTransforms(argb, stride, tile_width, tile_height, in GetPredictionCostCrossColorBlue()
606 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenRedToBlue() argument
620 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue()
630 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue()
666 const int tile_width = all_x_max - tile_x_offset; in GetBestColorTransformForTile() local
673 GetBestGreenToRed(tile_argb, xsize, tile_width, tile_height, in GetBestColorTransformForTile()
675 GetBestGreenRedToBlue(tile_argb, xsize, tile_width, tile_height, in GetBestColorTransformForTile()