OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bhl
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h
309
const int
bhl
= b_height_log2(sb_type);
315
assert(MAX(bwl,
bhl
) <= bsl);
321
vpx_memset(left_ctx, pcvalue[
bhl
== bsl], bs);
vp9_reconinter.c
198
const int
bhl
= b_height_log2(bsize) - xd->plane[plane].subsampling_y;
local
203
for (y = 0; y < 1 <<
bhl
; ++y)
207
build_inter_predictors(xd, plane, 0, bsize, bwl,
bhl
, mi_x, mi_y);
Completed in 23 milliseconds