OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tile_row
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
671
int
tile_row
, tile_col;
local
687
for (
tile_row
= 0;
tile_row
< tile_rows;
tile_row
++) {
688
if (
tile_row
) {
689
const int size = read_be32(data_ptr2[
tile_row
- 1][tile_cols - 1]);
690
data_ptr2[
tile_row
- 1][tile_cols - 1] += 4;
691
data_ptr2[
tile_row
][0] = data_ptr2[
tile_row
- 1][tile_cols - 1] + size;
695
const int size = read_be32(data_ptr2[
tile_row
][tile_col - 1])
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
1255
int
tile_row
, tile_col;
local
[
all
...]
vp9_encodeframe.c
2260
int tile_col,
tile_row
;
local
[
all
...]
Completed in 266 milliseconds