Searched defs:TplBlockStats (Results 1 – 1 of 1) sorted by relevance
69 struct TplBlockStats { struct70 int16_t height; // Pixel height.71 int16_t width; // Pixel width.72 int16_t row; // Pixel row of the top left corner.73 int16_t col; // Pixel col of the top left corner.74 int64_t intra_cost; // Rd cost of the best intra mode.75 int64_t inter_cost; // Rd cost of the best inter mode.78 int64_t recrf_rate; // Bits when using recon as reference.79 int64_t recrf_dist; // Distortion when using recon as reference.80 int64_t intra_pred_err; // Prediction residual of the intra mode.[all …]