Home
last modified time | relevance | path

Searched refs:real_height (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/test/
Dencodetxb_test.cc74 const int real_height = tx_size_high[tx_size]; in GetNzMapContextsRun() local
91 << " height " << real_height << " eob " << eob; in GetNzMapContextsRun()
109 const int real_height = tx_size_high[tx_size]; in SpeedTestGetNzMapContextsRun() local
127 printf("get_nz_map_contexts_%2dx%2d: %7.1f ms\n", real_width, real_height, in SpeedTestGetNzMapContextsRun()
/external/libaom/libaom/av1/encoder/x86/
Dencodetxb_sse2.c280 const int real_height, in get_16n_coeff_contexts_2d() argument
295 if (real_width == real_height) { in get_16n_coeff_contexts_2d()
306 } else if (real_width > real_height) { in get_16n_coeff_contexts_2d()
446 const int real_height = tx_size_high[tx_size]; in av1_get_nz_map_contexts_sse2() local
465 get_16n_coeff_contexts_2d(levels, real_width, real_height, width, height, in av1_get_nz_map_contexts_sse2()
468 get_16n_coeff_contexts_2d(levels, real_width, real_height, width, height, in av1_get_nz_map_contexts_sse2()