Searched refs:left_xy (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mvpred.h | 358 int topleft_xy, top_xy, topright_xy, left_xy[LEFT_MBS]; in fill_decode_neighbors() local 375 left_xy[LBOT] = left_xy[LTOP] = mb_xy - 1; in fill_decode_neighbors() 382 left_xy[LBOT] = left_xy[LTOP] = mb_xy - h->mb_stride - 1; in fill_decode_neighbors() 384 left_xy[LBOT] += h->mb_stride; in fill_decode_neighbors() 402 left_xy[LBOT] += h->mb_stride; in fill_decode_neighbors() 414 sl->left_mb_xy[LTOP] = left_xy[LTOP]; in fill_decode_neighbors() 415 sl->left_mb_xy[LBOT] = left_xy[LBOT]; in fill_decode_neighbors() 421 sl->left_type[LTOP] = h->cur_pic.mb_type[left_xy[LTO in fill_decode_neighbors() 446 int topleft_xy, top_xy, topright_xy, left_xy[LEFT_MBS]; fill_decode_caches() local [all...] |
H A D | h264_slice.c | 2333 int left_xy[LEFT_MBS], in fill_filter_caches_inter() 2358 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_filter_caches_inter() 2359 const int b8_xy = 4 * left_xy[LTOP] + 1; in fill_filter_caches_inter() 2360 const int *ref2frm = &h->ref2frm[h->slice_table[left_xy[LTOP]] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)]; in fill_filter_caches_inter() 2417 int top_xy, left_xy[LEFT_MBS]; in fill_filter_caches() local 2424 left_xy[LBOT] = left_xy[LTOP] = mb_xy - 1; in fill_filter_caches() 2430 left_xy[LTOP] -= h->mb_stride; in fill_filter_caches() 2436 left_xy[LBOT] += h->mb_stride; in fill_filter_caches() 2441 sl->left_mb_xy[LTOP] = left_xy[LTO in fill_filter_caches() 2330 fill_filter_caches_inter(const H264Context *h, H264SliceContext *sl, int mb_type, int top_xy, int left_xy[LEFT_MBS], int top_type, int left_type[LEFT_MBS], int mb_xy, int list) fill_filter_caches_inter() argument [all...] |
Completed in 5 milliseconds