Lines Matching +full:5 +full:mv
145 { 24, 7, 5 }, /* a/l both split */
179 { 5, 52, 13 },
225 { /* Coeff Band 5 */
275 { /* Coeff Band 5 */
327 { /* Coeff Band 5 */
377 { /* Coeff Band 5 */
431 { /* Coeff Band 5 */
453 { 5, 90, 141 },
481 { /* Coeff Band 5 */
528 { 5, 105, 174 },
533 { /* Coeff Band 5 */
583 { /* Coeff Band 5 */
599 { 5, 30, 95 },
637 { /* Coeff Band 5 */
660 { 5, 72, 106 },
687 { /* Coeff Band 5 */
739 { /* Coeff Band 5 */
741 { 5, 155, 207 },
789 { /* Coeff Band 5 */
823 { 5, 59, 85 },
843 { /* Coeff Band 5 */
872 { 5, 90, 146 },
893 { /* Coeff Band 5 */
945 { /* Coeff Band 5 */
995 { /* Coeff Band 5 */
1044 { 97, 5, 44, 131, 176, 139, 48, 68, 97 } /* y = d45 */,
1045 { 83, 5, 42, 156, 111, 152, 26, 49, 152 } /* y = d135 */,
1046 { 80, 5, 58, 178, 74, 83, 33, 62, 145 } /* y = d117 */,
1047 { 86, 5, 32, 154, 192, 168, 14, 22, 163 } /* y = d153 */,
1048 { 85, 5, 32, 156, 216, 148, 19, 29, 73 } /* y = d207 */,
1075 .mv = {
1116 DIV_INV(2), DIV_INV(3), DIV_INV(4), DIV_INV(5), in fastdiv()
1170 * part of 6.3.5 inv_remap_prob(deltaProb, prob)
1361 u8 *p = probs->mv.joint; in update_mv_probs()
1362 const u8 *d = deltas->mv.joint; in update_mv_probs()
1369 for (i = 0; i < ARRAY_SIZE(probs->mv.sign); i++) { in update_mv_probs()
1370 p = probs->mv.sign; in update_mv_probs()
1371 d = deltas->mv.sign; in update_mv_probs()
1374 p = probs->mv.classes[i]; in update_mv_probs()
1375 d = deltas->mv.classes[i]; in update_mv_probs()
1376 for (j = 0; j < ARRAY_SIZE(probs->mv.classes[0]); j++) in update_mv_probs()
1379 p = probs->mv.class0_bit; in update_mv_probs()
1380 d = deltas->mv.class0_bit; in update_mv_probs()
1383 p = probs->mv.bits[i]; in update_mv_probs()
1384 d = deltas->mv.bits[i]; in update_mv_probs()
1385 for (j = 0; j < ARRAY_SIZE(probs->mv.bits[0]); j++) in update_mv_probs()
1388 for (j = 0; j < ARRAY_SIZE(probs->mv.class0_fr[0]); j++) { in update_mv_probs()
1389 p = probs->mv.class0_fr[i][j]; in update_mv_probs()
1390 d = deltas->mv.class0_fr[i][j]; in update_mv_probs()
1397 p = probs->mv.fr[i]; in update_mv_probs()
1398 d = deltas->mv.fr[i]; in update_mv_probs()
1399 for (j = 0; j < ARRAY_SIZE(probs->mv.fr[i]); j++) in update_mv_probs()
1403 p = probs->mv.class0_hp; in update_mv_probs()
1404 d = deltas->mv.class0_hp; in update_mv_probs()
1407 p = probs->mv.hp; in update_mv_probs()
1408 d = deltas->mv.hp; in update_mv_probs()
1546 * merge_prob(p[3], c[2] + c[4] + c[5], c[3] + c[8] + c[6] + c[7])
1547 * merge_prob(p[4], c[2], c[4] + c[5])
1548 * merge_prob(p[5], c[4], c[5])
1577 * merge_prob(p[4], c[4] + c[5], c[6] + ... + c[10])
1578 * merge_prob(p[5], c[4], c[5])
1607 sum = c[1] + c[2] + c[3] + c[4] + c[5] + c[6] + c[7] + c[8] + c[9]; in merge_probs_variant_d()
1614 s2 = c[2] + c[4] + c[5]; in merge_probs_variant_d()
1619 p[5] = noncoef_merge_prob(p[5], c[4], c[5]); in merge_probs_variant_d()
1644 sum = c[1] + c[2] + c[3] + c[4] + c[5] + c[6] + c[7] + c[8] + c[9] + c[10]; in merge_probs_variant_g()
1651 sum -= c[4] + c[5]; in merge_probs_variant_g()
1652 p[4] = noncoef_merge_prob(p[4], c[4] + c[5], sum); in merge_probs_variant_g()
1653 p[5] = noncoef_merge_prob(p[5], c[4], c[5]); in merge_probs_variant_g()
1807 adapt_probs_variant_e(probs->mv.joint, *counts->mv_joint); in v4l2_vp9_adapt_noncoef_probs()
1809 for (i = 0; i < ARRAY_SIZE(probs->mv.sign); i++) { in v4l2_vp9_adapt_noncoef_probs()
1810 probs->mv.sign[i] = adapt_prob(probs->mv.sign[i], (*counts->sign)[i]); in v4l2_vp9_adapt_noncoef_probs()
1812 adapt_probs_variant_g(probs->mv.classes[i], (*counts->classes)[i]); in v4l2_vp9_adapt_noncoef_probs()
1814 probs->mv.class0_bit[i] = adapt_prob(probs->mv.class0_bit[i], (*counts->class0)[i]); in v4l2_vp9_adapt_noncoef_probs()
1816 for (j = 0; j < ARRAY_SIZE(probs->mv.bits[0]); j++) in v4l2_vp9_adapt_noncoef_probs()
1817 probs->mv.bits[i][j] = adapt_prob(probs->mv.bits[i][j], in v4l2_vp9_adapt_noncoef_probs()
1820 for (j = 0; j < ARRAY_SIZE(probs->mv.class0_fr[0]); j++) in v4l2_vp9_adapt_noncoef_probs()
1821 adapt_probs_variant_e(probs->mv.class0_fr[i][j], in v4l2_vp9_adapt_noncoef_probs()
1824 adapt_probs_variant_e(probs->mv.fr[i], (*counts->fp)[i]); in v4l2_vp9_adapt_noncoef_probs()
1829 probs->mv.class0_hp[i] = adapt_prob(probs->mv.class0_hp[i], in v4l2_vp9_adapt_noncoef_probs()
1832 probs->mv.hp[i] = adapt_prob(probs->mv.hp[i], (*counts->hp)[i]); in v4l2_vp9_adapt_noncoef_probs()