Searched defs:bhl (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c708 int bhl) {
714 xd->plane[i].n4_hl = bhl - xd->plane[i].subsampling_y;
720 int bh, int x_mis, int y_mis, int bwl, int bhl) {
727 // TODO(slavarnway): Generate sb_type based on bwl and bhl, instead of
735 set_plane_n4(xd, bw, bh, bwl, bhl);
748 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) {
752 const int bh = 1 << (bhl - 1);
759 y_mis, bwl, bhl);
707 set_plane_n4(MACROBLOCKD *const xd, int bw, int bh, int bwl, int bhl) argument
718 set_offsets(VP9_COMMON *const cm, MACROBLOCKD *const xd, BLOCK_SIZE bsize, int mi_row, int mi_col, int bw, int bh, int x_mis, int y_mis, int bwl, int bhl) argument
747 decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2378 int bhl = b_height_log2_lookup[bsize]; local
2379 int tlevel = x->pred_mv_sad[ref] >> (bwl + bhl + 4);

Completed in 304 milliseconds