OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bhl
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
775
int
bhl
) {
781
xd->plane[i].n4_hl =
bhl
- xd->plane[i].subsampling_y;
788
int bwl, int
bhl
) {
795
// TODO(slavarnway): Generate sb_type based on bwl and
bhl
, instead of
803
set_plane_n4(xd, bw, bh, bwl,
bhl
);
818
int bwl, int
bhl
) {
822
const int bh = 1 << (
bhl
- 1);
827
bw, bh, x_mis, y_mis, bwl,
bhl
);
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
2286
int
bhl
= b_height_log2_lookup[bsize];
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c
2432
int
bhl
= b_height_log2_lookup[bsize];
local
[
all
...]
Completed in 3088 milliseconds