OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mb_cols
(Results
26 - 50
of
72
) sorted by null
1
2
3
/external/libvpx/libvpx/vp8/common/
vp8_loopfilter.c
208
for (mb_col = 0; mb_col < cm->
mb_cols
; mb_col++)
265
for (mb_col = 0; mb_col < cm->
mb_cols
; mb_col++)
316
int
mb_cols
= cm->
mb_cols
;
local
340
for (mb_col = 0; mb_col <
mb_cols
; mb_col++)
396
for (mb_col = 0; mb_col <
mb_cols
; mb_col++)
482
for (mb_col = 0; mb_col < cm->
mb_cols
; mb_col++)
565
int
mb_cols
= post->y_width >> 4;
local
592
mode_info_context = cm->mi + (post->y_height >> 5) * (
mb_cols
+ 1);
597
for (mb_col = 0; mb_col <
mb_cols
; mb_col++
[
all
...]
onyxc_int.h
104
int
mb_cols
;
member in struct:VP8Common
postproc.c
339
unsigned char *uvlimits = cm->pp_limits_buffer + 16 * cm->
mb_cols
;
349
for (mbc = 0; mbc < cm->
mb_cols
; mbc++)
400
int
mb_cols
= cm->
mb_cols
;
local
406
memset(limits, (unsigned char)ppl, 16 *
mb_cols
);
851
oci->
mb_cols
, oci->mb_rows);
861
int
mb_cols
= post->y_width >> 4;
local
870
for (j = 0; j <
mb_cols
; j++)
893
int
mb_cols
= post->y_width >> 4;
local
902
for (j = 0; j <
mb_cols
; j++
[
all
...]