Lines Matching defs:TplBlockStats
69 struct TplBlockStats { struct
70 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.
81 int64_t inter_pred_err; // Prediction residual of the inter mode.
83 std::array<MotionVector, kBlockRefCount> mv;
84 std::array<int, kBlockRefCount> ref_frame_index;