Searched refs:top_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 368 top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl)); in fill_decode_neighbors() 373 topleft_xy = top_xy - 1; in fill_decode_neighbors() 374 topright_xy = top_xy + 1; in fill_decode_neighbors() 396 topleft_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy - 1] >> 7) & 1) - 1); in fill_decode_neighbors() 397 topright_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy + 1] >> 7) & 1) - 1); in fill_decode_neighbors() 398 top_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy] >> 7) & 1) - 1); in fill_decode_neighbors() 412 sl->top_mb_xy = top_xy; in fill_decode_neighbors() 419 sl->top_type = h->cur_pic.mb_type[top_xy]; 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 | 2332 int mb_type, int top_xy, in fill_filter_caches_inter() 2343 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_filter_caches_inter() 2344 const int b8_xy = 4 * top_xy + 2; in fill_filter_caches_inter() 2345 const int *ref2frm = &h->ref2frm[h->slice_table[top_xy] & (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 2422 top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl)); in fill_filter_caches() 2433 top_xy += h->mb_stride & in fill_filter_caches() 2434 (((h->cur_pic.mb_type[top_xy] >> 7) & 1) - 1); in fill_filter_caches() 2440 sl->top_mb_xy = top_xy; in fill_filter_caches() 2452 (top_xy < 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