HomeSort by relevance Sort by last modified time
    Searched refs:num_4x4_blocks_high (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 642 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bs]; local
645 num_4x4_blocks_wide, num_4x4_blocks_high,
655 sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high);
662 for (i = 0; i < num_4x4_blocks_high; i += 2)
670 for (i = 0; i < num_4x4_blocks_high; i += 4)
678 for (i = 0; i < num_4x4_blocks_high; i += 8)
1027 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1146 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1448 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
1655 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
    [all...]
vp9_bitstream.c 454 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
455 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
495 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
497 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
562 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[m->mbmi.sb_type]; local
563 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
    [all...]
vp9_encodemv.c 323 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
328 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
vp9_encodeframe.c 713 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
725 l + num_4x4_blocks_high * p,
726 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>
744 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
756 l + num_4x4_blocks_high * p,
759 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>
1277 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
2643 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
    [all...]

Completed in 47 milliseconds