Home
last modified time | relevance | path

Searched refs:crow (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c1067 int crow[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local
1072 crow[i] = row * compptr->v_samp_factor / cinfo->max_v_samp_factor; in tjCompressFromYUVPlanes()
1076 for (j = 0; j < MIN(th[i], ph[i] - crow[i]); j++) { in tjCompressFromYUVPlanes()
1077 memcpy(tmpbuf[i][j], inbuf[i][crow[i] + j], pw[i]); in tjCompressFromYUVPlanes()
1083 for (j = ph[i] - crow[i]; j < th[i]; j++) in tjCompressFromYUVPlanes()
1084 memcpy(tmpbuf[i][j], tmpbuf[i][ph[i] - crow[i] - 1], iw[i]); in tjCompressFromYUVPlanes()
1087 yuvptr[i] = &inbuf[i][crow[i]]; in tjCompressFromYUVPlanes()
1743 int crow[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local
1765 crow[i] = row * compptr->v_samp_factor / dinfo->max_v_samp_factor; in tjDecompressToYUVPlanes()
1767 else yuvptr[i] = &outbuf[i][crow[ in tjDecompressToYUVPlanes()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpngenc.c489 uint8_t *ptr, *top, *crow_buf, *crow; in encode_frame() local
531 crow = png_choose_filter(s, crow_buf, progressive_buf, in encode_frame()
533 png_write_row(avctx, crow, pass_row_size + 1); in encode_frame()
542 crow = png_choose_filter(s, crow_buf, ptr, top, in encode_frame()
544 png_write_row(avctx, crow, row_size + 1); in encode_frame()
/third_party/node/deps/openssl/openssl/apps/
H A Dca.c1841 OPENSSL_STRING *crow = row; in do_body() local
1843 rrow = TXT_DB_get_by_index(db->db, DB_name, crow); in do_body()
/third_party/openssl/apps/
H A Dca.c1821 OPENSSL_STRING *crow = row; in do_body() local
1823 rrow = TXT_DB_get_by_index(db->db, DB_name, crow); in do_body()

Completed in 11 milliseconds