OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_cols
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
411
const int
has_cols
= (mi_col + hbs) < cm->mi_cols;
local
413
if (has_rows &&
has_cols
) {
415
} else if (!has_rows &&
has_cols
) {
418
} else if (has_rows && !
has_cols
) {
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c
387
const int
has_cols
= (mi_col + hbs) < cm->mi_cols;
local
390
if (has_rows &&
has_cols
)
392
else if (!has_rows &&
has_cols
)
394
else if (has_rows && !
has_cols
)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c
401
const int
has_cols
= (mi_col + hbs) < cm->mi_cols;
local
403
if (has_rows &&
has_cols
) {
405
} else if (!has_rows &&
has_cols
) {
408
} else if (has_rows && !
has_cols
) {
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
965
const int
has_cols
= (mi_col + hbs) < cm->mi_cols;
local
[
all
...]
Completed in 1093 milliseconds