Searched refs:VP8FixedCostsI16 (Results 1 – 3 of 3) sorted by relevance
73 extern const uint16_t VP8FixedCostsI16[4];
99 const uint16_t VP8FixedCostsI16[4] = { 663, 919, 872, 919 }; variable
935 rd_cur->H = VP8FixedCostsI16[mode]; in PickBestIntra16()1166 + VP8FixedCostsI16[mode] * lambda_d_i16; in RefineUsingDistortion()1167 if (mode > 0 && VP8FixedCostsI16[mode] > bit_limit) { in RefineUsingDistortion()