Home | History | Annotate | Download | only in src

Lines Matching refs:strength

189     int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size;
220 strength = STRENGTH_tab[QP_store[mbnum]];
233 if (d1 < -(strength << 1))
237 else if (d1 < -strength)
239 d1 = -d1 - (strength << 1);
246 if (d1 > (strength << 1))
250 else if (d1 > strength)
252 d1 = (strength << 1) - d1;
311 strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])];
315 strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum - nMBPerRow]] : QP_store[mbnum - nMBPerRow])];
330 if (d1 < -(strength << 1))
334 else if (d1 < -strength)
336 d1 = -d1 - (strength << 1);
343 if (d1 > (strength << 1))
347 else if (d1 > strength)
349 d1 = (strength << 1) - d1;
408 strength = STRENGTH_tab[QP_store[mbnum]];
421 if (d1 < -(strength << 1))
425 else if (d1 < -strength)
427 d1 = -d1 - (strength << 1);
434 if (d1 > (strength << 1))
438 else if (d1 > strength)
440 d1 = (strength << 1) - d1;
500 strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])];
504 strength
519 if (d1 < -(strength << 1))
523 else if (d1 < -strength)
525 d1 = -d1 - (strength << 1);
532 if (d1 > (strength << 1))
536 else if (d1 > strength)
538 d1 = (strength << 1) - d1;