Searched refs:LBOT (Results 1 – 3 of 3) sorted by relevance
377 left_xy[LBOT] = left_xy[LTOP] = mb_xy - 1; in fill_decode_neighbors()384 left_xy[LBOT] = left_xy[LTOP] = mb_xy - h->mb_stride - 1; in fill_decode_neighbors()386 left_xy[LBOT] += h->mb_stride; in fill_decode_neighbors()404 left_xy[LBOT] += h->mb_stride; in fill_decode_neighbors()417 sl->left_mb_xy[LBOT] = left_xy[LBOT]; in fill_decode_neighbors()424 sl->left_type[LBOT] = h->cur_pic.mb_type[left_xy[LBOT]]; in fill_decode_neighbors()432 sl->left_type[LTOP] = sl->left_type[LBOT] = 0; in fill_decode_neighbors()439 sl->left_type[LTOP] = sl->left_type[LBOT] = 0; in fill_decode_neighbors()459 left_xy[LBOT] = sl->left_mb_xy[LBOT]; in fill_decode_caches()464 left_type[LBOT] = sl->left_type[LBOT]; in fill_decode_caches()[all …]
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()[all …]
78 #define LBOT 1 macro89 #define LBOT 0 macro