Searched refs:update_partition_context (Results 1 – 4 of 4) sorted by relevance
/external/libaom/av1/common/ |
D | av1_common_int.h | 1434 static inline void update_partition_context(MACROBLOCKD *xd, int mi_row, in update_partition_context() function 1509 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in update_ext_partition_context() 1512 update_partition_context(xd, mi_row, mi_col, bsize2, subsize); in update_ext_partition_context() 1513 update_partition_context(xd, mi_row + hbs, mi_col, subsize, subsize); in update_ext_partition_context() 1516 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context() 1517 update_partition_context(xd, mi_row + hbs, mi_col, bsize2, subsize); in update_ext_partition_context() 1520 update_partition_context(xd, mi_row, mi_col, bsize2, subsize); in update_ext_partition_context() 1521 update_partition_context(xd, mi_row, mi_col + hbs, subsize, subsize); in update_ext_partition_context() 1524 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context() 1525 update_partition_context(xd, mi_row, mi_col + hbs, bsize2, subsize); in update_ext_partition_context()
|
/external/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 434 static INLINE void update_partition_context(MACROBLOCKD *xd, int mi_row, in update_partition_context() function
|
/external/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 487 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in write_modes_sb()
|
D | vp9_encodeframe.c | 2321 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in encode_sb() 2659 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in encode_sb_rt() 5424 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in nonrd_use_partition()
|