Searched refs:LEFT_MBS (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264dec.h | 75 #define LEFT_MBS 2 macro 86 #define LEFT_MBS 1 macro 217 int left_mb_xy[LEFT_MBS]; 222 int left_type[LEFT_MBS];
|
D | h264_mvpred.h | 359 int topleft_xy, top_xy, topright_xy, left_xy[LEFT_MBS]; in fill_decode_neighbors() 447 int topleft_xy, top_xy, topright_xy, left_xy[LEFT_MBS]; in fill_decode_caches() 448 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; in fill_decode_caches()
|
D | h264_slice.c | 2222 int left_xy[LEFT_MBS], in fill_filter_caches_inter() argument 2224 int left_type[LEFT_MBS], in fill_filter_caches_inter() argument 2306 int top_xy, left_xy[LEFT_MBS]; in fill_filter_caches() 2307 int top_type, left_type[LEFT_MBS]; in fill_filter_caches()
|