OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_4x4_w
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
175
const int
num_4x4_w
= num_4x4_blocks_wide_lookup[bsize]; // 1 or 2
local
180
for (idx = 0; idx < 2; idx +=
num_4x4_w
) {
190
if (
num_4x4_w
== 2)
396
const int
num_4x4_w
= num_4x4_blocks_wide_lookup[bsize]; // 1 or 2
local
401
for (idx = 0; idx < 2; idx +=
num_4x4_w
) {
409
if (
num_4x4_w
== 2)
493
const int
num_4x4_w
= num_4x4_blocks_wide_lookup[bsize]; // 1 or 2
local
497
for (idx = 0; idx < 2; idx +=
num_4x4_w
) {
545
if (
num_4x4_w
== 2)
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
401
const int
num_4x4_w
= num_4x4_blocks_wide_lookup[plane_bsize];
412
int max_blocks_wide =
num_4x4_w
;
428
for (c = 0; c <
num_4x4_w
; c += (1 << tx_size)) {
435
for (i = 0; i <
num_4x4_w
* num_4x4_h; i += step)
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c
386
const int
num_4x4_w
= num_4x4_blocks_wide_lookup[plane_bsize];
local
395
sizeof(ENTROPY_CONTEXT) *
num_4x4_w
);
400
for (i = 0; i <
num_4x4_w
; i += 2)
406
for (i = 0; i <
num_4x4_w
; i += 4)
412
for (i = 0; i <
num_4x4_w
; i += 8)
Completed in 33 milliseconds