Searched defs:MAX_MB_PLANE (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.c | 93 struct macroblockd_plane planes[MAX_MB_PLANE], in thread_loop_filter_rows() 157 struct macroblockd_plane planes[MAX_MB_PLANE], in loop_filter_rows_mt() 217 struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_loop_filter_frame_mt()
|
D | vp9_reconinter.c | 283 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_setup_dst_planes()
|
D | vp9_loopfilter.c | 1537 struct macroblockd_plane planes[MAX_MB_PLANE], in loop_filter_rows() 1727 struct VP9Common *cm, const struct macroblockd_plane planes[MAX_MB_PLANE]) { in vp9_loop_filter_data_reset()
|
D | vp9_blockd.h | 33 #define MAX_MB_PLANE 3 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 513 struct buf_2d dst[MAX_MB_PLANE], in vp9_setup_pred_block()
|
D | vp9_encodeframe.c | 1339 static void restore_context(MACROBLOCK *const x, int mi_row, int mi_col, in restore_context() 1369 static void save_context(MACROBLOCK *const x, int mi_row, int mi_col, in save_context()
|
D | vp9_rdopt.c | 2191 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in setup_buffer_inter() 2354 uint8_t *orig_dst[MAX_MB_PLANE], in restore_dst_buf() 2355 int orig_dst_stride[MAX_MB_PLANE]) { in restore_dst_buf()
|
D | vp9_pickmode.c | 779 struct buf_2d yv12_mb[][MAX_MB_PLANE], in encode_breakout_test()
|