Lines Matching defs:ss_v
1099 h4 >>= s->ss_v;
1100 end_y >>= s->ss_v;
1103 l = &td->left_uv_nnz_ctx[pl][(row & 7) << !s->ss_v];
1139 static av_always_inline void mask_edges(uint8_t (*mask)[8][4], int ss_h, int ss_v,
1157 if (tx == TX_4X4 && (ss_v | ss_h)) {
1158 if (h == ss_v) {
1178 int col_mask_id = 2 - !(y & wide_filter_row_mask[ss_v]);
1192 if ((ss_h & ss_v) && (col_end & 1) && (y & 1)) {
1199 if (!ss_v) {
1230 l2 = tx + ss_v - 1;
1232 if (ss_v && tx > TX_8X8 && (h ^ (h - 1)) == 1) {
1244 mask_id = (tx == TX_8X8) || (h == ss_v);
1256 mask[1][row_and_7][2 - !(row_and_7 & wide_filter_row_mask[ss_v])] |= m_col;
1289 (s->ss_v && h4 * 2 == (1 << b->tx)));
1352 s->td[0].uvblock[0] += w4 * h4 * 64 * bytesperpixel >> (s->ss_h + s->ss_v);
1353 s->td[0].uvblock[1] += w4 * h4 * 64 * bytesperpixel >> (s->ss_h + s->ss_v);
1355 s->td[0].uveob[0] += 4 * w4 * h4 >> (s->ss_h + s->ss_v);
1356 s->td[0].uveob[1] += 4 * w4 * h4 >> (s->ss_h + s->ss_v);
1414 int h = FFMIN(s->rows - row, h4) * 8 >> s->ss_v, n, o = 0;
1439 if (s->ss_h || s->ss_v)
1440 mask_edges(lflvl->mask[1], s->ss_h, s->ss_v, row7, col7, x_end, y_end,
1449 s->td[0].uvblock[0] += w4 * h4 * 64 * bytesperpixel >> (s->ss_v + s->ss_h);
1450 s->td[0].uvblock[1] += w4 * h4 * 64 * bytesperpixel >> (s->ss_v + s->ss_h);
1452 s->td[0].uveob[0] += 4 * w4 * h4 >> (s->ss_v + s->ss_h);
1453 s->td[0].uveob[1] += 4 * w4 * h4 >> (s->ss_v + s->ss_h);