Searched refs:update_partition_context (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 905 static INLINE void update_partition_context(MACROBLOCKD *xd, int mi_row, in update_partition_context() function 1028 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in update_ext_partition_context() 1031 update_partition_context(xd, mi_row, mi_col, bsize2, subsize); in update_ext_partition_context() 1032 update_partition_context(xd, mi_row + hbs, mi_col, subsize, subsize); in update_ext_partition_context() 1035 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context() 1036 update_partition_context(xd, mi_row + hbs, mi_col, bsize2, subsize); in update_ext_partition_context() 1039 update_partition_context(xd, mi_row, mi_col, bsize2, subsize); in update_ext_partition_context() 1040 update_partition_context(xd, mi_row, mi_col + hbs, subsize, subsize); in update_ext_partition_context() 1043 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context() 1044 update_partition_context(xd, mi_row, mi_col + hbs, bsize2, subsize); in update_ext_partition_context()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 385 static INLINE void update_partition_context(MACROBLOCKD *xd, int mi_row, in update_partition_context() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 480 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in write_modes_sb()
|
D | vp9_encodeframe.c | 2237 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in encode_sb() 2574 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in encode_sb_rt() 5131 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in nonrd_use_partition()
|