Searched refs:LEFT_MBS (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264dec.h | 76 #define LEFT_MBS 2 macro 87 #define LEFT_MBS 1 macro 218 int left_mb_xy[LEFT_MBS]; 223 int left_type[LEFT_MBS];
|
D | h264_mvpred.h | 360 int topleft_xy, top_xy, topright_xy, left_xy[LEFT_MBS]; in fill_decode_neighbors() 448 int topleft_xy, top_xy, topright_xy, left_xy[LEFT_MBS]; in fill_decode_caches() 449 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; in fill_decode_caches()
|
D | h264_slice.c | 2237 int left_xy[LEFT_MBS], in fill_filter_caches_inter() argument 2239 int left_type[LEFT_MBS], in fill_filter_caches_inter() argument 2321 int top_xy, left_xy[LEFT_MBS]; in fill_filter_caches() 2322 int top_type, left_type[LEFT_MBS]; in fill_filter_caches()
|