Lines Matching refs:LBOT
2328 left_xy[LBOT] = left_xy[LTOP] = mb_xy - 1; in fill_filter_caches()
2340 left_xy[LBOT] += h->mb_stride; in fill_filter_caches()
2346 sl->left_mb_xy[LBOT] = left_xy[LBOT]; in fill_filter_caches()
2361 ((qp + h->cur_pic.qscale_table[left_xy[LBOT]] + 1) >> 1) <= qp_thresh) && in fill_filter_caches()
2370 left_type[LBOT] = h->cur_pic.mb_type[left_xy[LBOT]]; in fill_filter_caches()
2374 if (h->slice_table[left_xy[LBOT]] != sl->slice_num) in fill_filter_caches()
2375 left_type[LTOP] = left_type[LBOT] = 0; in fill_filter_caches()
2379 if (h->slice_table[left_xy[LBOT]] == 0xFFFF) in fill_filter_caches()
2380 left_type[LTOP] = left_type[LBOT] = 0; in fill_filter_caches()
2384 sl->left_type[LBOT] = left_type[LBOT]; in fill_filter_caches()
2429 if (IS_8x8DCT(left_type[LBOT])) { in fill_filter_caches()
2431 … nnz_cache[3 + 8 * 4] = (h->cbp_table[left_xy[LBOT]] & 0x8000) >> 12; // FIXME check MBAFF in fill_filter_caches()