OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_blks_x
(Results
1 - 3
of
3
) sorted by null
/external/libmpeg2/common/
ideint.c
142
WORD32
num_blks_x
, num_blks_y;
local
217
num_blks_x
= ALIGN8(ps_out_frm->ai4_wd[i]) >> 3;
280
for(col = 0; col <
num_blks_x
; col++)
306
if((((
num_blks_x
- 1) == col) && (ps_out_frm->ai4_wd[i] & 0x7)) ||
312
if(((
num_blks_x
- 1) == col) && (ps_out_frm->ai4_wd[i] & 0x7))
375
((
num_blks_x
- 1) == col) || ((num_blks_y - 1) == row))
381
col, num_blks_y,
num_blks_x
, blk_wd, blk_ht);
ideint_utils.h
56
WORD32
num_blks_x
,
ideint_utils.c
238
* @param[in]
num_blks_x
255
WORD32
num_blks_x
,
288
if((
num_blks_x
- 1) == col)
319
if((
num_blks_x
- 1) == col)
Completed in 50 milliseconds