Searched refs:ppred (Results 1 – 2 of 2) sorted by relevance
99 const uint8_t* ppred, in PredictLineGradient() argument107 const v16u8 tmp0 = LD_UB(ppred - 1); in PredictLineGradient()108 const v16u8 tmp1 = LD_UB(ppred - stride); in PredictLineGradient()109 const v16u8 tmp2 = LD_UB(ppred - stride - 1); in PredictLineGradient()120 ppred += 16; in PredictLineGradient()126 const int pred = ppred[w - 1] + ppred[w - stride] - ppred[w - stride - 1]; in PredictLineGradient()
111 const uint8_t* ppred = (uint8_t*)(PRED); \161 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [pred]"+&r"(ppred), \