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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.c 51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
62 int max_blocks_high = num_4x4_h;
76 for (r = 0; r < num_4x4_h; r += (1 << tx_size)) {
84 for (i = 0; i < num_4x4_w * num_4x4_h; i += step)
vp9_reconinter.c 211 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
213 const int bh = 4 * num_4x4_h;
218 for (y = 0; y < num_4x4_h; ++y)
394 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
396 const int bh = 4 * num_4x4_h;
401 for (y = 0; y < num_4x4_h; ++y)
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.c 51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
60 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 :
vp9_reconinter.c 243 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
245 const int bh = 4 * num_4x4_h;
250 for (y = 0; y < num_4x4_h; ++y)
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 421 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
429 memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h);
434 for (i = 0; i < num_4x4_h; i += 2)
440 for (i = 0; i < num_4x4_h; i += 4)
446 for (i = 0; i < num_4x4_h; i += 8)
vp9_encodemv.c 254 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
257 for (idy = 0; idy < 2; idy += num_4x4_h) {
vp9_bitstream.c 281 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
282 for (idy = 0; idy < 2; idy += num_4x4_h) {
314 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
316 for (idy = 0; idy < 2; idy += num_4x4_h) {
361 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
364 for (idy = 0; idy < 2; idy += num_4x4_h) {
    [all...]
vp9_pickmode.c 585 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
592 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 :
    [all...]
vp9_encodeframe.c 1325 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
4134 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemv.c 250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
vp9_bitstream.c 273 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
274 for (idy = 0; idy < 2; idy += num_4x4_h) {
306 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
308 for (idy = 0; idy < 2; idy += num_4x4_h) {
356 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
359 for (idy = 0; idy < 2; idy += num_4x4_h) {
    [all...]
vp9_onyx_if.c 1089 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
1127 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
    [all...]
vp9_rdopt.c 705 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
713 vpx_memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h);
718 for (i = 0; i < num_4x4_h; i += 2)
724 for (i = 0; i < num_4x4_h; i += 4)
730 for (i = 0; i < num_4x4_h; i += 8)
    [all...]
vp9_encodeframe.c 2334 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
3360 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 541 const int num_4x4_h = 1 << xd->bmode_blocks_hl; local
545 for (idy = 0; idy < 2; idy += num_4x4_h) {
571 if (num_4x4_h == 2)
vp9_decodeframe.c 722 const int num_4x4_h = pd->n4_h; local
725 const int n4h_x4 = 4 * num_4x4_h;
738 for (y = 0; y < num_4x4_h; ++y) {
851 const int num_4x4_h = pd->n4_h; local
856 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ?
879 const int num_4x4_h = pd->n4_h; local
884 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ?
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 470 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2 local
474 for (idy = 0; idy < 2; idy += num_4x4_h) {
497 if (num_4x4_h == 2)

Completed in 65 milliseconds