OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_4x4_h
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
176
const int
num_4x4_h
= num_4x4_blocks_high_lookup[bsize]; // 1 or 2
local
179
for (idy = 0; idy < 2; idy +=
num_4x4_h
) {
188
if (
num_4x4_h
== 2)
397
const int
num_4x4_h
= num_4x4_blocks_high_lookup[bsize]; // 1 or 2
local
400
for (idy = 0; idy < 2; idy +=
num_4x4_h
) {
407
if (
num_4x4_h
== 2)
494
const int
num_4x4_h
= num_4x4_blocks_high_lookup[bsize]; // 1 or 2
local
496
for (idy = 0; idy < 2; idy +=
num_4x4_h
) {
543
if (
num_4x4_h
== 2)
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
402
const int
num_4x4_h
= num_4x4_blocks_high_lookup[plane_bsize];
413
int max_blocks_high =
num_4x4_h
;
427
for (r = 0; r <
num_4x4_h
; r += (1 << tx_size)) {
435
for (i = 0; i < num_4x4_w *
num_4x4_h
; i += step)
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c
387
const int
num_4x4_h
= num_4x4_blocks_high_lookup[plane_bsize];
local
397
sizeof(ENTROPY_CONTEXT) *
num_4x4_h
);
402
for (i = 0; i <
num_4x4_h
; i += 2)
408
for (i = 0; i <
num_4x4_h
; i += 4)
414
for (i = 0; i <
num_4x4_h
; i += 8)
Completed in 25 milliseconds