Home
last modified time | relevance | path

Searched refs:update_partition_context (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Donyxc_int.h905 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/
Dvp9_onyxc_int.h385 static INLINE void update_partition_context(MACROBLOCKD *xd, int mi_row, in update_partition_context() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c480 update_partition_context(xd, mi_row, mi_col, subsize, bsize); in write_modes_sb()
Dvp9_encodeframe.c2237 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()